.graph-popup{
    position: absolute;
    /* top: 55%; */
    top: 190px;
    right: 0px;
    /* transform: translate(0%, -50%); */
    margin: 15px;
    width: 440px;
    /* overflow-y:scroll; */
    transition: 0.4s;
    z-index: 0;
}

.graph-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px; */
}


.graph-container{
    height: 100%;
}

.close-button {
    opacity: 0.3;
    padding: 0;
    position: relative;
    background-color: rgba(0,0,0,0);
    color: white;
    border: none;
    /* border-radius: 50%; */
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 20px; */
    color: var(--sec_color);
    border: var(--ter_color) solid;
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;  

}

.graph-type {
    text-align: center;
    color: var(--prim_color);
    font-size: 14px;
}

.graph-unit-id {
    font-style: italic;
    color: var(--ter_color);
}

#graph-popup-id{
    display: none;
    /* height: 100% ; */
    min-height: 600px;
    border-radius: 12px;
    /* border: solid var(--ter_color);
    border-width: 1px; */
}

.continent-label {
    color: var(--ter_color);
}

.graph-summary{
    color: var( --sec_color);
    /* padding-left: 20px;
    padding-right: 20px; */
    padding: 20px;
    font-style: normal;
    font-weight: 300; 
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.summary-fig{
    font-size: 20px;
    color: var( --prim_color);
    font-weight: 500; 
    font-style: italic;
}

.close-x{
    height: 12px;
    width: auto;
}