/* Tooltip images*/
.tooltip-images {
    display: flex;
    padding: 10px 11px;
    align-items: center;
    gap: 16px;
}

/* Popover new size */

.popover-container-2 {
    z-index: 0;
    background-color: white;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    width: 432px;
    border-radius: 4.8px;
    border: 1px solid var(--Components-Popover-Border, rgba(0, 0, 0, 0.20));
    position: absolute;
}

.popover-container-2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    z-index: 0;
}


/* Poblation */

.poblation-container {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    background: rgba(238, 239, 246, 0.30);
    width: 100%;
}

.sizes-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
}

.sizes-dark {
    background: var(--Body-text-white, #E8E8E8);
    padding: 8px 12px;

}

.sizes-item p {
    color: var(--Foundation-Grey-grey-700, #121212);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
}

.sizes-item span {
    color: var(--Body-text-medium, #484848);
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

/* Infra */


.infra-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: rgba(238, 239, 246, 0.30);
}

.infra-item {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.infra-text {
    color: var(--Foundation-gray-gray-700, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.infra-text-container {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: var(--Foundation-gray-gray-50, #EEEFF6);
}

.infra-btns {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}


.infra-btn button {
    display: flex;
    padding: 4px 8px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}


/* Risks */


.risks-search-container {
    background: #FAFAFC;
    display: flex;
    width: 310px;
    padding: var(--Spacing-12, 12px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
}


.risks-text {
    color: var(--Body-text-primary, #55212E);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.risks-text-circle {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: var(--Foundation-gray-gray-50, #EEEFF6);
}

.risks-buttons-container {
    display: flex;
    padding: 4px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.risks-button {
    display: flex;
    align-items: center;
    gap: 4px;
}

.risks-categories-container {
    display: flex;
    padding: 4px 0px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.risks-item {
    display: flex;
    padding: var(--Spacing-16, 16px) 12px;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    align-self: stretch;
    border-bottom: 1px solid var(--Foundation-primary-primary-50, #EEE9EA);
    background: var(--Neutral-White, #FFF);
    width: 100%;
}

.risks-children {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #FAFAFC;
    margin-top: 8px;
}

.title-dropdown {
    display: flex;
    padding: var(--Spacing-12, 12px) 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Foundation-gray-gray-100, #E6E6E6);
    background: var(--Foundation-primary-primary-50, #EEE9EA);
}

.title-dropdown p {
    color: var(--Body-text-medium, #484848);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* Checkbox */

/* .checkbox-container {
    display: flex;
    padding: 4px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.checkbox-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-content p {
    color: var(--Body-Text-Body-Color, #212529);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
} */



input[type="checkbox"] {
    width: auto;
}


.checkbox svg{
    cursor: pointer;
}


input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    /* background: #0072AF; */
    background: transparent;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14.634px;
    height: 16px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid white;
}

input[type="range"]::-moz-range-thumb {
    width: 14.634px;
    height: 16px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

input[type="range"]::-ms-thumb {
    width: 14.634px;
    height: 16px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}


/*CONTROL DE BUSQUEDA POR UBICACIONES*/
.leaflet-control-geocoder {
    display: block;
    position: relative;
    z-index: 1000;
    background-color: white;
    z-index: 1000000;
    left: 60px;
    top: 8px;

}

.leaflet-control-geocoder-icon{
    background-image: url( "data:image/svg+xml,%3Csvg class='search-icon' id='search-icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M13.5233 12.4628L16.7355 15.6743L15.6743 16.7355L12.4628 13.5233C11.2678 14.4812 9.7815 15.0022 8.25 15C4.524 15 1.5 11.976 1.5 8.25C1.5 4.524 4.524 1.5 8.25 1.5C11.976 1.5 15 4.524 15 8.25C15.0022 9.7815 14.4812 11.2678 13.5233 12.4628ZM12.0188 11.9063C12.9706 10.9274 13.5022 9.61532 13.5 8.25C13.5 5.349 11.1503 3 8.25 3C5.349 3 3 5.349 3 8.25C3 11.1503 5.349 13.5 8.25 13.5C9.61532 13.5022 10.9274 12.9706 11.9063 12.0188L12.0188 11.9063Z' fill='%23666666'/%3E%3C/svg%3E");
}
/*FIN CONTROL DE BUSQUEDA POR UBICACIONES*/


/* LOADING GIF */
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    display: none;
    z-index: 1000; /* should be large enough to be on top of everything */
    align-content: center;
}

.centrado {
    margin-bottom: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}
/* FIN LOADING GIF */