body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(87, 122, 51);
}
.box {
    width: 100%; /* Adjust the width as needed */
    height: 30vh; /* Adjust the height as needed */
    background-color: #3498db;
    margin-bottom: 10px; /* Adjust the margin between divs as needed */
}
.container {
    position: absolute;
    width: 100%; /* Adjust the width as needed */
    height: 100%; /* Adjust the height as needed */
   
}


.left-div{
    position: absolute;
    height: 100vh;
    width: 20%;
    left: 0;
}
.left0-div{
    position: absolute;
    height: 7%;
    width: 100%;
    left: 0;
    top:0px;
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    margin: 2%; /* Distance between divs */
    border-radius: 10px;
    background-color: rgb(102, 92, 74);
    display: flex;
    align-items: center;
    color : rgb(255, 255, 255);
    font-size : 20px;
}
.radio-container input[type="radio"] {
    
    margin-right : 5px;
 }

.left1-div{
    position: absolute;
    height: 31%;
    width: 92.5%;
    left: 0;
    top:9.25%;
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    margin: 2%; /* Distance between divs */
    border-radius: 10px;
    background-color: rgb(102, 92, 74);
    color: white;
    font-size : 20px;
    padding : 10px;
    line-height: 1.5;
    
    
}
.left2-div{
    position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    top:45%;
    border: 2px solid #333; /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    margin: 2%; /* Distance between divs */
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
   
}
.left3-div{
    position: absolute;
    height: 10%;
    width: 100%;
    left: 0;
    bottom: 0px;
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    margin: 2%; /* Distance between divs */
    border-radius: 10px;
    background-color: rgb(102, 92, 74);
    color: white;
    font-size: 15px;
    line-height: 1.7;
}

.top-div {
    position: absolute;
    width: 77.5%;
    height:45%;
    left: 21%;
    margin: 0.5%; /* Distance between divs */
    border-radius: 10px;
}

.top1-div {
    position: absolute;
    width: 100%;
    height:10%;
    left: 0%;
    top:0%;
    text-align:center;
    color : rgb(245, 194, 113);
    font-size: 25px;
}
.top11-div{
    position: absolute;
    width: 100%;
    height:10%;
    left: 0%;
    top:10%;
    color : white;
    font-size : 20px;
}
.top2-div {
    position: absolute;
    width: 100%;
    height:80%;
    left: 0%;
    top:20%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    
}
.BarChart-div{
    position: absolute;
    width: 100%;
    height:80%;
    left: 0%;
    top:20%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    
}
.bottom-div {
    position: absolute;
    left:21%;
    bottom: 0px;;
    width: 78.5%;
    height:52%;
    color: white;
    font-size: 20px;

}
.tooltip-div{
    position: absolute;
    left:10px;
    top:5px;
    width: 35%;
    height:30%;
    background-color: rgba(204, 140, 94, 0.3); /* Red with 80% opacity */
    z-index: 2;
 
    
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    border-radius: 10px;  

}
.bottom-left-div{
    position: absolute;
    left:0.5%;
    width: 80%;
    height:98%;
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    border-radius: 10px;  

}

.bottom-right-div{
    position: absolute;
    right:0px;
    width: 18%;
    height:98%;
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    border-radius: 10px;
    overflow-y: auto;
    background-color: rgb(102, 92, 74);
    text-align:center;
    
}
#ul1 {
    display: inline-block; /* Make the list an inline block */
    text-align: center; /* Reset text alignment to left for list items */
    padding-left: 0; /* Remove default left padding for the list */
    
}
.li1 {
    display: inline-block; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;   
    padding-bottom: 5px;
    width : calc(55%);
    border: 2px solid  rgb(255, 255, 255); /* Border color */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Box shadow for 3D effect */
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: rgb(87, 122, 51);
}
table {
    width: 100%;
    border-collapse: collapse;
    color: white;

}
td {
    padding-left: 4px;
    text-align: left;
    font-size: 12px;
    font-family: 'Calibri', sans-serif;
}
.center {
    text-align: center;
}

.axis-label {
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.axis path, .axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}
.line {
    fill: none;
    stroke-width: 2;
}
.line.location1 { stroke: steelblue; }
.line.location2 { stroke: rgb(255, 0, 0); }
.line.location3 { stroke: forestgreen; }
.circle {
    fill: red;
}
.circle.location1 { fill: steelblue; }
.circle.location2 { fill: rgb(255, 0, 0); }
.circle.location3 { fill: forestgreen; }


.tooltip {
    position: absolute;
    text-align: center;
    width: 100px;
    height: 28px;
    padding: 1px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
}

.grid line {
    stroke: lightgray;
    stroke-opacity: 0.9;
    /* stroke-dasharray: 5, 5; */
}

.plotArea1 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tooltipCo {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 28px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}
.tooltipBar {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 28px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    visibility: hidden;
}

#correlation-box {
    position: absolute;
    right:3px;
    top:3px;
    background-color: orange;
    padding: 3px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 20px;
}
.grid line {
    stroke: lightgray;
    stroke-opacity: 0.9;
   /* stroke-dasharray: 5, 5;*/
}
.grid path {
    stroke-width: 0;
}


