/*CSS for cell : knowledgeDashboard*/
.sum-box-holder
{
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}
.sum-box
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 4px;
}
.sum-box-tit
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-family: 'Bubblegum Sans';
	font-size: 14px;
}

.deep-analysis-icon
{
    position: absolute;
    border-radius: 50%;
}

.deep-analysis-icon:hover
{
  cursor: pointer;
  transform: scale(1.2);
}
