.columna-datos-eldiarioes {
    text-align: right;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
}

.primeracolumna-eldiarioes {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
    padding-top: 0px;
}


/* GRAFICO EVOLUCION INCIDENCIAS d3 */

#grafico-evolucion-proyecciones-europa {
    width: 100%
}

#grafico-evolucion-proyecciones-europa text {
    font-size: 12px;
    font-family: 'Encode Sans', sans-serif
}

#grafico-evolucion-proyecciones-europa .nombre-variable {
    font-size: 12px;
    font-family: 'Encode Sans', sans-serif;
    color: #333333;
    font-weight: 400
}

#grafico-evolucion-proyecciones-europa .nombre-variable tspan {
    font-size: 12px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400
}


#grafico-evolucion-proyecciones-europa .eje-vertical-evolucion-proyecciones-europa line {

    stroke: #c5c5c5;
    stroke-dasharray: 3;
    stroke-width: 0.5;
}

#grafico-evolucion-proyecciones-europa .eje-vertical-evolucion-proyecciones-europa text {
    fill: #939393;

    stroke: white;
    stroke-width: 3px;
    paint-order: stroke;
    stroke-opacity: 0.5;
}


#grafico-evolucion-proyecciones-europa .eje-vertical-evolucion-proyecciones-europa path {
    stroke-width: 0;
}


#grafico-evolucion-proyecciones-europa .eje-horizontal-evolucion-proyecciones-europa path {
    stroke-width: 0;
}

#grafico-evolucion-proyecciones-europa .eje-horizontal-evolucion-proyecciones-europa text {
    fill: #939393;
}


#grafico-evolucion-proyecciones-europa .eje-horizontal-evolucion-proyecciones-europa line {

    stroke: #939393;
    stroke-width: 1;
}





#variableDropdown select {
    text-align: left;
    padding-left: 5px;
    font-family: 'Encode Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 170px;
    height: 30px;
    margin-top: 5px;
    border: 2px solid rgba(231, 231, 231, 1);
    border-radius: 4px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.12);
    height: 25px;
    background-color: white;
    color: #ca562c;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"  stroke="%23979797" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#variableDropdown {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
}






/* MAPA EXTREMA DERECHA */

#div-containers-mapa-proyeccionpoblacion-paises {
    display: flex;
    flex-direction: column;
}

#container-mapa-proyeccionpoblacion-paises {
    width: 100%;
    position: relative;
}

.labels-mapa-proyeccionpoblacion-paises {
    font-family: 'Encode Sans', sans-serif;
    pointer-events: none;
    fill: #000000;
    stroke: none;
    font-weight: 400;
    font-size: 13px;
}


.shadow-mapa-proyeccionpoblacion-paises {
    font-family: 'Encode Sans', sans-serif;
    pointer-events: none;
    fill: black;
    stroke: none;
    stroke: white;
    stroke-width: 3px;
    opacity: 0.8;
    font-size: 13px;

}

#div-containers-mapa-proyeccionpoblacion-paises .map-text__hand {
    animation: shake 1.5s infinite;
    width: 30px;
    vertical-align: middle;
}

#div-containers-mapa-proyeccionpoblacion-paises .text-slide-mobile {
    font-family: 'Encode Sans', sans-serif;
    margin-left: 0px;
    text-align: left;
    display: none;
    font-size: 12px;
}

.legend-proyeccionpoblacion-paises-container {
    position: absolute;
    z-index: 10;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#legend-proyeccionpoblacion-paises {
    display: flex;
}

.div-legend-proyeccionpoblacion-paises {
    padding: 5px;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 5px;
}

.legendproyeccionpoblacion {
    font-family: 'Encode Sans';
    font-size: 12px
}


/* BUTTON SLIDER */

.dual-toggle {
    width: 190px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
    height: 36px;
    background: #ccc;
    border-radius: 36px;
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
}

.toggle-label {
    font-size: 12px;
    color: #333;
    z-index: 1;
}

.toggle-knob {
    width: 92px;
    height: 30px;
    background: white;
    border-radius: 30px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

@media (max-width: 900px) {


    #div-containers-mapa-proyeccionpoblacion-paises {
        display: flex;
        flex-direction: column;
    }

    #container-mapa-proyeccionpoblacion-paises {
        width: 100%;
        overflow: scroll;
        overflow-y: hidden;
        position: relative;
    }

    div#container-mapa-proyeccionpoblacion-paises::-webkit-scrollbar {
        width: 0px;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */
    }

    #div-containers-mapa-proyeccionpoblacion-paises .text-slide-mobile {
        text-align: center;
        display: block;
        margin-bottom: 5px
    }
}





@keyframes shake {
    50% {
        margin-left: 15px;
    }

    100% {
        margin-left: 0px;
    }
}