/*
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;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
text-align:left;
}