#map {
    height: 70vh;
    overflow-y: hidden;
}

.leaflet-popup-close-button {
    display: none;
}

.myDivIcon {
    text-align: center;
    /* Horizontally center the text (icon) */
    line-height: 20px;
    /* Vertically center the text (icon) */
    text-shadow: 0px 0px 7px black;
}

.educacion-color {
    color: #fb8500;
}

.viasN-color {
    color: green;
}

.viasS-color {
    color: yellow;
}

.viasT-color {
    color: blue;
}

.viasU-color {
    color: red;
}

.deporte-color {
    color: white;
}

.social-color {
    color: #023e8a;
}

.infraestructura-color {
    color: #e63946;
}

.mitigacion-color {
    color: #370617;
}

.agua-color {
    color: #219ebc;
}

.ambiental-color {
    color: green;
}

.agricultura-color {
    color: #d4a017;
}

.rural-color {
    color: #14cd2a;
}

.turismo-color {
    color: #1E90FF;
}

.default-color {
    color: #3a86ff;
}


/* Iconos del mapa */
.map-icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-position: top;
}

.icon-tic {
    background-image: url(../img/mapa/tic.svg);
}

.icon-administrativo {
    background-image: url(../img/mapa/administrativo.svg);
}

.icon-salud {
    background-image: url(../img/mapa/salud.svg);
}

.icon-seguridad {
    background-image: url(../img/mapa/seguridad.svg);
}

.icon-mineria {
    background-image: url(../img/mapa/mineria.svg);
}

.icon-energia {
    background-image: url(../img/mapa/energia.svg);
}

.icon-conectividad {
    background-image: url(../img/mapa/conectividad.svg);
}


.zoom-x2 {
    width: 15px;
    height: 15px;
}

.leaflet-popup-content-wrapper {
    overflow-y: auto;
    max-height: 40vh;
}

.tab-bar-map {
    /* width: 300px; */
    /* height: 70vh; */
    position: absolute;
    z-index: 1001;
    margin-left: 15px;
    border-radius: 0px 10px 10px 0px;
    border-color: transparent;
    box-shadow: -20px -20px 20px -35px grey inset;
}

.w-300px {
    width: 300px;
}

.w-205px {
    width: 205px;
}

.min-w-450 {
    min-width: 400px;
}

.personalized-button-map {
    border-radius: 0px 12px 0px 0px;
    padding: 2px 5px 0px 5px;
    border-color: transparent;
    color: white !important;
}

.select-button-map {
    color: black !important;
    background: white;
}

#show_details {
    position: fixed;
    z-index: 1002;
    background: white;
    bottom: 0;
    width: 100%;
    max-height: 8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.personalized-padding {
    padding: 2px 10px 0px;
}

.close-details {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 2em;
    top: -5px;
}

.close-totals {
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 2em;
}

.container-icon-currency {
    position: absolute;
    right: 0;
    margin: 5px;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backgrnd-color-blue {
    background: #caf0f8;
}

.m-wh {
    color: #023e8a;
    max-width: 1rem;
    max-height: 1rem;
}

.color-blue {
    color: #023e8a;
}

.backgrnd-color-green {
    background: #99e2b4 !important;
}

.backgrnd-color-orange {
    background: #ffe1a8 !important;
}

.color-green {
    color: #00610b;
}

.color-orange {
    color: #e63946;
}

.highlight-number {
    background: #caf0f8;
    border-radius: 4px;
}

.border-blue {
    border-color: #caf0f8;
}

.border-green {
    border-color: #99e2b4;
}

.border-orange {
    border-color: #ffe1a8;
}

/*Collapse legend*/
.btn-legend {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1001;
    height: 2em;
    width: 2em;
    box-shadow: 0px 4px 4px black;
}

/*Show legend*/
.btn-legend-show {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1001;
    width: 15em;
    color: #999c9e;
    box-shadow: 0px 4px 4px black;
    border-radius: 10px;
    background: white;
    padding: 0.5em;
    overflow-y: scroll;
    max-height: 60vh;
}

.top-40 {
    top: 40px;
}

.z-index-1002 {
    z-index: 1002;
}

.w__25 {
    width: 25em;
}

.color-maroon {
    color: maroon !important;
}

.result-search {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    height: 35vh;
}

.input_contracts_region {
    border: transparent;
    font-size: 0.9rem;
    padding: 6px 12px;
    border-bottom: 3px solid #ced4da;
    text-align: center;
}

.input_contracts_region:focus {
    border-color: rgba(40, 167, 69, 1);
    box-shadow: none;
    outline: none;
    transition: border-color 0.5s ease-in-out;

}

.table_region_contracts {
    position: absolute;
    z-index: 1200;
    bottom: 0;
    margin: 0;
    background: white;
    width: calc(100% - 30px);
    height: 8rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-toggle::after {
    display: none !important;
}

#collapsedPopulation {
    position: absolute;
    content: "";
    top: 26px;
    right: 231px;
    cursor: move;
    z-index: 1001;
}

.denied-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.tab-float-map {
    position: absolute;
    z-index: 1001;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: -20px -20px 20px -35px grey;
}

/*Mapa de calor*/
.leaflet-control.leyenda {
    margin-bottom: 10% !important;
    /* Anula el margen inferior generado automáticamente */
}


.leyenda div span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.leyenda .nivel {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.7;
}

#toggleProvButton {
    position: absolute;
    top: 10px;
    right: 50%;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
}

#toggleDepButton {
    position: absolute;
    top: 10px;
    right: 50%;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
}

/* Estilos para la leyenda de ondas */
.legend-container {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.legend-gradient {
    width: 150px;
    height: 20px;
    border-radius: 5px;
}

.legend-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

/* Estilos para el slider */
.slider {
    background-color: #d9d9d9;
    color: #000000;
}

.population-small {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.population-large {
    max-height: 600px;
    transition: max-height 0.4s ease;
}

.legend-card {
    padding: 8px 12px;
    max-height: 400px;
    overflow-y: auto;
}

.legend-list p {
    display: flex;
    align-items: center;
    margin: 2px 0;
    /* menos margen vertical */
    font-size: 13.5px;
    /* un poco más pequeño */
    line-height: 1.2;
    /* más compacto */
}

.legend-list i {
    width: 18px;
    /* íconos más compactos */
    font-size: 15px;
    text-align: center;
    margin-right: 6px;
    /* menos espacio entre ícono y texto */
    vertical-align: middle;
}

/* Colores (puedes mantener los mismos) */
.educacion-color {
    color: #1e90ff;
}

.deporte-color {
    color: #28a745;
}

.viasN-color {
    color: #ff5733;
}

.viasS-color {
    color: #ffc107;
}

.viasT-color {
    color: #ff9f43;
}

.viasU-color {
    color: #20c997;
}

.agua-color {
    color: #00bcd4;
}

.social-color {
    color: #e83e8c;
}

.vivienda-color {
    color: #5a189a;
}

.infraestructura-color {
    color: #e63946;
}

.mitigacionObras-color {
    color: #afd524;
}

.mitigacion-color {
    color: #fd7e14;
}

.ambiental-color {
    color: #28a745;
}

.agricultura-color {
    color: #1500b1;
}

.rural-color {
    color: #4caf50;
}

.turismo-color {
    color: #17a2b8;
}

.cultura-color {
    color: #8b5cf6;
}

.rfinanciero-color {
    color: #efb810;
}

.fortalecimiento-color {
    color: #546E7A;
}

.uproductivas-color {
    color: #1f2937;
}

.default-color {
    color: #9e0808;
}

.btn-legend svg {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.table-responsive {
    overflow-x: auto;
}