/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2023, 4:22:58 PM
    Author     : karthik
*/

/* Tooltip Styles */
#tooltip {
    position: absolute;
   /* background: green;*/
//background:#483D8B;
background:#2D8DBE;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
 font-family: 'Roboto', sans-serif;
    display: none;
text-align:left;
}