.customTooltipClass {
background: rgba(97, 97, 97, 0.90);
border-radius: 2px;
color: white;
padding: 9px 12px 9px 12px;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0.8px;
font-family: 'Nunito Sans', sans-serif ;
}
.customTooltipClass2{
	background: rgba(97, 97, 97, 0.90);
    border-radius: 2px;
    color: white;
    padding: 9px 6px 9px 6px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
	z-index:99999999;
    font-family: 'Nunito Sans', sans-serif ;
}

#hoveringTooltipID {
    display: none;
}

#icon360{
background-image: url('../images/icons/360-small.svg');
background-repeat: no-repeat;
background-size: contain;
width: 48px;
height: 48px;
/* cursor: pointer; */
position: absolute;
top: 80px;
left: 30px;
display:block;
visibility:hidden;
}
#inputTextIndicator{
position: absolute;
right: 0;
left: 0;
margin: auto;
top: 2px;
background: rgba(97, 97, 97, 0.90);
border-radius: 2px;
color: white;
padding: 9px 12px 9px 12px;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0.8px;
font-family: 'Nunito Sans', sans-serif ;
z-index: 999999;
}