
:root {
	
--snc-branding-app: "Invocate Snappie";

--color-default-node: #EA556C;
--color-default-node: var(--color-primary);
--color-default-node-text: white;

font-size: 11pt;	
	
}


#leftPanel {
transform: translateX(-100%);
margin-left: var(--block-size);
transition: all 300ms ease-in-out;
position: absolute;
height: 100vh;
}

#leftPanel:hover {

transform: translateX(0%);
margin-left: 0em;
}

#mainPanel {
margin-left: var(--block-size);
}



/*
body {
xfont-family: "Ubuntu";	
xbackground: linear-gradient(139deg, #5acbff, transparent);
xbackground-color: var(--color-primary)!important;
xmin-height: 100vh;
}
*/

.snc-branding-logo {
background-image:  url(./icon-empty.svg);
}
/*
snc-node .snc-label {
font-size: .85rem;
background-color: var(--color-default-node);
color: var(--color-default-node-text);
text-shadow: none;
box-shadow: var(--shadow);
}

snc-node .snc-label:hover {

color: white;

}
*/

.snc-node-readonly {
/*filter: saturate(.5); */
opacity: 0.65;
}


#dive-timeline-container {
	bottom: 0;
    position: absolute;
    xleft: 50%;
    xtransform: translateX(-50%);
 
}

[data-snc-role='filterList']:empty::after {
content: "De leerpunten bevatten geen eigenschappen om op te filteren.";

text-align: center;
font-size: var(--small);
padding: .5rem;
opacity: 0.5;
}
.snc-dive-mine {
color: #FF6767!important;
}
.xdive-panel {
width: 400px;
}

#dive-roundPopup {
position: absolute;
z-index: 99;
transform: translateX(-50%);
left: 50%;
top: 1em;
max-width: 400px;
text-align: center;
}
/*
.snc-item-type-Challenge .snc-baseitem-subtitle {
display: none;
}
*/

/*
.snc-baseitem-icon {
color: var(--color-tertiary);
}
.snc-baseitem-title {
font-weight: 600;
}
*/
.snc-baseitem-icon::after {
content: 'comment';
}

.snc-item-type-Insight .snc-baseitem-icon::after {
content: 'chat';
}

.snc-item-type-Challenge .snc-baseitem-icon::after {
content: 'comment';
}

.snc-item-type-Analysis .snc-baseitem-icon::after {
content: 'insights';
}

.snc-item-type-Poll .snc-baseitem-icon::after {
content: 'how_to_vote';
}

.snc-item-type-Node .snc-baseitem-icon::after {
content: 'place';
}

.snc-item-type-Solution .snc-baseitem-icon::after {
content: 'tips_and_updates';
}

.snc-taglist > *::before {
	content: "#";
}

/*
.snc-baseitem-icon:empty::after {
content: "comment";
}
*/


snc-node.snc-item-type-question .snc-label {
background-color: #FFDD00;
color: black;
}
.snc-item-type-question .snc-baseitem-icon::after {
content: "question_mark";
}


snc-node.snc-item-type-problem .snc-label {
background-color: #ff6666;
color: white;
}
.snc-item-type-problem .snc-baseitem-icon::after {
content: "priority_high";
}


snc-node.snc-item-type-idea .snc-label {
background-color: #96D35C;
color: white;
}
.snc-item-type-idea .snc-baseitem-icon::after {
content: "lightbulb";
}

snc-node.snc-item-type-solution .snc-label {
background-color: #A355FF;
color: white;
}
.snc-item-type-solution .snc-baseitem-icon::after {
content: "lightbulb";
}


snc-node.snc-item-type-datasetentry .snc-label {
background-color: white;
color: black;
}
.snc-item-type-datasetentry .snc-baseitem-icon::after {
content: "extension";
}

