.switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 34px;
    margin-left: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.label-on,
.label-off {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    color: white;
    transition: opacity .4s;
}

.label-on {
    left: 10px;
    opacity: 0;
}

.label-off {
    right: 10px;
    opacity: 1;
}

input:checked~.label-on {
    opacity: 1;
}

input:checked~.label-off {
    opacity: 0;
}

#content-data-ues{
    display: none;
}

#content-data-ues{
    display: none;
    position: relative;
    height: 60vh;
    width: 100%; 
    padding: 0;  
     width: 400px !important;
   
}

.select2-container {
    width: 100% !important;
}
  

.help-text {
    background-color: #f8f9fa; 
    border: 1px solid #ced4da; 
    border-radius: 5px; 
    padding: 15px; 
    margin: 20px 0; 
    color: #495057; 
    font-size: 12px;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.help-icon {
    font-weight: bold;
    color: #007bff; 
    margin-right: 10px; 
}

/* Contenedor principal que contiene el mapa y los selects */
.content-data-ues {
    padding: 0;           
    margin: 18px; 
    width: 100%;         
    display: flex;        
    flex-direction: column;   
   
}
#ues_mapcontent {
    height: 400px;
}
#map-ues {
    height: 400px;
    width: 100%;  
}
.modal-body {    
    overflow: hidden;  
    position: relative;
    padding: 15px;
}
