/* || Results map */

#argResultsMap {
    position: relative;
}

.zoom-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-flow: column wrap;
    gap: 5px;
}

.zoom {
    border-radius: 2.5px;
    border-width: 1px;
    background-color: rgb(250, 250, 250);
    padding: 2.5px 5px;
    cursor: pointer;
}

.argentinaMap path {
    cursor: pointer;
}

/* || Scatter plots */

#argNvjScatter, #argIntScatter, #argOwnScatter {
    position: relative;
}

.tick text {
    font-size: 2.25em;
    font-family: "Poppins", sans-serif;
}

.axis-title {
    font-weight: normal;
    font-family: "Inter", sans-serif;
    text-anchor: "middle";
    font-size: 2.75em;
}

.label {
    font-size: 2.5em;
    font-family: "Nunito sans", sans-serif
}

.label.thick {
    font-weight: 700;
}
.label.thin {
    font-weight: 200;
}

.legend-text {
    font-size: 1.75em;
    font-family: "Poppins", sans-serif;
}

.tooltip {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    padding: 10px;
    background: rgb(250, 250, 250);
    border: solid black 1px;
    border-radius: 2.5px;
    pointer-events: none;
}

.tooltip-text {
    font-family: "Nunito sans";
    font-size: 1.5em;
    margin: 0;
    font-weight: 300;
}
.tooltip-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.tooltip-info {
    margin-bottom: 2.5px;
    margin-left: 10px;
}
