/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : May 27, 2025, 4:45:27 PM
    Author     : rpwal
*/



body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #f0f0f0;
    overflow: hidden;
}

#title-bar {
    width: 100%;
    height: 6.5%;
    background-color: #0C234B;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.download-button{
    background-color: #AB0520;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 6px #AB0520;
    width: 70%;
    height: 5%;
    padding: 3.5%;
    margin-top: 5%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#plot, d3Chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}




.handle{
    fill:#fff;
    stroke:#333;
    stroke-width:.5;
    rx:3;
    ry:3;
}