body {
    background-color: #f8f9fa;
}
.container {
    margin-top: 50px;
    text-align: center;
}
.card {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow-x: auto;
}
.wind-icon {
    font-size: 50px;
    color: #007bff;
}
.wind-data {
    font-size: 22px;
    margin-top: 15px;
}
.label {
    font-weight: normal;
}
.value {
    font-weight: bold;
}
.timestamp {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
}
.chart-container {
    height: 300px;
    width: 100%;
}
.chart-container1 {
    height: 300px;
    width: 1000px;
}
.chart-container-bar {
    width: 3800px;
    height: 260px; /* Increased height to accommodate temperature bar */
}
.chart-container-bar1 {
    width: 1140px;
    height: 220px; /* Increased height to accommodate temperature bar */
}
/*
canvas {
    height: 100% !important;
    width: 100% !important;
    max-width: 3800px;
    max-height: 600px;
}
*/
.weather-content {
    width: 100%;
    text-align: left;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word; /* Ensure content wraps within the card */
}
.wind-direction-arrow {
    font-size: 30px;
    color: #007bff;
    transition: transform 0.5s ease;
}
.trend-arrow {
    font-size: 22px;
    color: black;
    margin-left: 5px;
}

