/*CSS for cell : explore*/

.canvas-frame-explore
{
    position: absolute;
    border-radius: 6px;
    border: thin solid transparent;

}
.canvas-holder-explore
{
    position: absolute;
    overflow:auto;
}

.canvas-explore
{
    float:none;
	left:0px;
	top:0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
    width: 3000px;
    height: 3000px;
    
}

.explore-pixel
{
    position: absolute;
    border-radius: 50%;
    border:thin solid #7D3BBB;

}


.explore-mid-button
{
    position: absolute;
    border-radius: 50%;
    border:thin solid #7D3BBB;
    background-color: #7D3BBB;
    
    
}

.explore-connect-div
{
    position: absolute;
    border: thin solid red;
    border-radius: 4px;

}
.explore-src-node
{
    position: absolute;
    border: thin solid #7D3BBB;
    border-radius: 6px;
    z-index: 500;
    display:flex;
    align-items: center;
    justify-content:center;
    text-align:center;
    font-size:18px;
    font-family: 'Bubblegum Sans';
    background-color: ghostwhite;
}

.explore-previous-node
{
    position: absolute;

    font-family: 'Bubblegum Sans';
    background-color: transparent;
    color:tomato;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: thistle;
    text-align: center;
    text-decoration: line-through;
    font-size: 14px;
    border-radius: 6px;
    z-index: 550;
    font-family: 'Bubblegum Sans';
}

.explore-node-format
{
    position: absolute;
    font-family: 'Bubblegum Sans';
    background-color: ghostwhite;
    color:#feb300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: thistle;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    z-index: 500;
    border: thin solid #7D3BBB;
}

.show-completion-sheet
{
    position: absolute;
    border: thin solid #7D3BBB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: thistle;
    text-align: center;
    font-size: 24px;
    color: #feb300;
    font-family: 'Bubblegum Sans';
}
.explore-score-RT
{
    position: absolute;
    border-radius: 4px;
    color:#feb300;
    display: flex;
    align-items:center;
    justify-content:left;
    text-shadow: thistle;
    text-align: left;
    font-size: 20px;
    font-family: 'Bubblegum Sans';
}

.explore-instruction-label
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #feb300;
    z-index: -1;
}

.explore-whats-happening
{
    position: absolute;

}

.explore-happ-holder
{
    position: absolute;
    overflow-y: scroll;
}

.explore-happ-item
{
    position: absolute;
    border : thin solid #7D3BBB;
    border-radius: 6px;
}

.explore-happ-item-Desc 
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: justify;
    color: #feb300;
    text-shadow: thistle;
    font-size: 16px;
    font-family: 'Bubblegum Sans';
    padding-left: 10px;
    padding-right: 10px;

}
.explore-happ-item-img
{
    position: absolute;
    border : thin solid #feb300;
    border-radius: 6px;
}

.badges-explore
{
    position: absolute;
    border-radius: 4px;
}
.sub-badges-explore
{
    position: absolute;
    border-radius: 50%;
    box-shadow:
    0 0 60px 30px #fff,  /* inner white */
    0 0 100px 60px #f0f, /* middle magenta */
    0 0 140px 90px #0ff; /* outer cyan */
}


.score-explore-under-graph-value
{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
    height: 35px;
}

.score-explore-under-graph-content
{
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #7D3BBB;
}

.graph-title-header
{
    position: absolute;
    border-radius: 4px;
    font-size: 22px;
    color: #feb300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lower-label-title-header
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
    flex-direction: row;
}

.graph-prevent-header
{
    position: absolute;
    border-radius: 4px;
    border: thin solid #feb300;
    z-index: 1000;
    width: 750px;
    height: 260px;
    top: 55px;
    left: 30px;
}

.explore-button-holder
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
    flex-direction: row;
}

.time-what-is-happening
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
    color:#7D3BBB;
}
