/*CSS for cell : starMindsColab*/
.title-analytics-star-colab
{
    position: absolute;
	display:block;
    font-size:16px;
    font-weight: bold;	
    text-align: center;
    height:auto; 
    top:30px; 
    z-index:203;
    color:  #D6EBDD;  
    font-family: 'Bubblegum Sans';
}

.prob-detail-holder-star-colab
{
    position: absolute;
    border-radius: 6px;
    border: thin solid #0D0101;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:  #D6EBDD; 
}
.resource-prob-detail-holder-star-colab
{
    border-radius: 50%;
    border: thin solid #0D0101;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #D6EBDD; 
    background-color: #0D0101;
}
.grid-item-pspace-star-colab
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    color:  #D6EBDD; 
}