body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin: 0;
    overflow: hidden; /* Disable scrolling */
}
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 1200px;
}


/*#worldwindCanvas-containerr {*/
/*    position: relative;*/
/*    width:100%;*/
/*    height: 100%*/
/*    !*height: calc(100% - 60px);*!*/
/*}*/

/*#worldwindCanvas {*/
/*    position: relative;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 1px solid #ccc;*/
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
/*    z-index: 1;*/
/*}*/

.popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

#header-banner .nav-link {
    color: #999d9f !important;
}

#header-banner .nav-link:hover {
    color: #777c7f !important;
}

#header-icon {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}

#header-text {
    flex: 1;
    text-align: left;
    margin-left: 20px;
}

#header-banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #333a3f;
    padding: 10px 0; /* Reduce padding */
    margin: 0;
}

#header-banner h1 {
    margin: 0;
    font-size: 18px; /* Reduce font size */
    color: #999d9f;
}

#header-banner h2 {
    margin: 5px 0 0; /* Adjust margin */
    font-size: 12px; /* Reduce font size */
    color: #999d9f;
}
#filters {
    position: absolute;
    top: 60px; /* Set the top value to push the menu down */
    right: 0; /* Set the right value to align it to the right side of the screen */
    width: 300px; /* Set the width of the filters menu */
    z-index: 1000;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #333a3f;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
#loading-message {
    display: block;
}

#data-container {
    display: none;
}


/*#filters {*/
/*    */
/*    position: absolute; !* Set the position to absolute *!*/
/*    top: 80px; !* Set the top value to push the menu down *!*/
/*    left: 0; !* Set the left value to align with the left side of the screen *!*/
/*    z-index: 1000; !* Set a high z-index value to keep the menu on top of other elements *!*/
/*}*/

/* Add this new rule to style the card */
.globe-card.interactive {
    margin: 0; /* Remove the margin */
}

/* Add position fixed to the globe-card class */
.globe-card {
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*max-width: 90%;*/
    /*max-height: 90%;*/
    /*overflow-y: auto;*/
    position: absolute;
    top: calc(100% + 10px);
    /*right: 0;*/
    right: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;
}

#logos-container {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    z-index: 1000; /* make sure the logos are above other elements */
}

#logos-container a {
    margin-left: 10px;
}

#logos-container img {
    max-width: 100px;
}
.canvas-and-image-container {
    display: flex;
    width: 100%;
    height: 50vh; /* Adjust the height */
    position: relative;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}

.chart-and-textbox-container {
    display: flex;
    width: 100%;
    height: 30vh; /* Adjust the height */
    position: relative;
}

.textbox-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}

.textbox-container img {
    max-width: 100%;
    max-height: 100%;
}

.textbox {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    resize: none;
}

.link1 {
    color: blue;
}
.link-container {
    margin-top: 10px;
    font-size: 1.0vw;
    padding: 5px;
}
#chart-popup {
    position: relative;
}
.default-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scrollable-text-container {
    height: 200px; /* set the height to your desired value */
    overflow: auto; /* or 'scroll' to always show the scrollbar */
}










