#map{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 10px;

}

#stationsTable {
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#stationsTable thead input {
    width: 100%;
    box-sizing: border-box;
}   
.tr_custom {

    background-color: #25a65a;
    padding: 15px;
}

.status {
    margin-top: 10px;
    font-size: 16px;

}

fieldset{
    padding: 10px !important;
    border: 1px solid;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    justify-content: start;

    display: flex;
    gap:10px;
    background-color: #f5f5f5;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}


fieldset label{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

.filterGroup{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.titleFilters{
    font-size:14px;
    font-weight: bold;
}




/* Testo di stato (Table o Map) */
.mode-text {
margin-right: 10px;
font-size: 16px;
}

/* Switch container */
.switch {
position: relative;

width: 50px;
height: 24px;
}

/* Checkbox nascosto */
.switch input {
opacity: 0;
width: 0;
height: 0;
}

/* Background slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: 0.4s;
border-radius: 24px;
}

/* Slider knob (manopola che si muove) */
.slider::before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 4px;
bottom: 2px;
background-color: white;
transition: 0.4s;
border-radius: 50%;
}

/* Stato attivo (quando è selezionato) */
.switch input:checked + .slider {
background-color: #4CAF50;
}

/* Movimento del knob quando selezionato */
.switch input:checked + .slider::before {
transform: translateX(26px);
}

#searchCityDiv{
flex-grow: 0; 
max-width: 250px;
min-width: 100px;


}
#filterDiv{
flex-grow: 6;
max-width: 65%;
}




.active_station{
            
    font-weight: bold;
    color: green;
    text-align: center;
}

.inactive_station{
    color: red;
    text-align: center;
    font-weight: bold;

}

.green {
       
    color: green !important;
    font-weight: bold;
    font-size: 16px;
}

.red {
        
 color: red !important;
 font-weight: bold;
 font-size: 16px;
}

.station_box {
        
    position: relative;
    -webkit-box-shadow: 10px 2px 29px 1px rgba(46, 74, 117, 1);
    -moz-box-shadow: 10px 2px 29px 1px rgba(46, 74, 117, 1);
    box-shadow: 10px 2px 29px 1px rgba(46, 74, 117, 1);
    background-color: white;
    z-index: 1000;
    border-radius: 8px;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 280px;
    pointer-events: auto;
    transform-origin: top left;
        /* Imposta l’origine della trasformazione per evitare lo spostamento */
    transition: transform 0.2s ease;
        /* Transizione fluida per lo scale */

}

.info_box_station {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
    position: relative;

}

.box_pods {
        
    margin-top: 20px;
    width: 250px;
}

h4,p, .info_box_station {
        
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.dots {
        
    display: flex;
    justify-content: space-between;
    padding: 5px;
    color: white;
    border-radius: 5px;
}

 .verde {
       
    background-color: green;
}

    
.rosso {
       
    background-color: red;
}

.dots_icon {
       
    border-radius: 4px;
    padding: 4px;
    color: black;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.station_info_popup {
    position: absolute;
    top: 60px;
    left: 40px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 300px;
    color: black;
}

.station_info_popup_pod {
    position: absolute;
    top: 0px;
    left: 160px;
    width: 250px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: black;
}

.content_action {
     display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.container_popup {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

#popUpStaiton {
    display: flex;
    justify-content: end;

}

.content_info,
.workorderItem {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 5PX;
    padding: 5px;
}

.button_contanier {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-top: 5px;
}

.pod_lists {
        font-weight: bold;
        padding-bottom: 2px;
        padding-top: 2px;
        font-size: 15px;
}

.switchPositionCustom{
    position:fixed;
    left: 92%;
 
    z-index:9999999;
}


.button-loader {
    display: none;
    position: relative;
    z-index: 2000;
    width: 14px;
    height: 14px;
    border: solid 1px transparent;
    border-top-color: #000;
    border-left-color: #000;
    border-radius: 10px;
    animation: pace-spinner 400ms linear infinite;
    margin-left: 10px; /* Sposta il loader accanto al testo del pulsante */
    margin-top: -2px;
}

/* Animazione del loader */
@keyframes pace-spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-wk{
   position:fixed; 
   top:50%; left:55%; 
   transform:translate(-50%, -50%); 
   width:80%; height:80%; 
   z-index:1000;
   border-radius: 8px;
   padding: 20px;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

}
/* Assicura che il testo vada a capo */
.wrap-text {
    word-wrap: break-word; /* Per supporto esteso */
    word-break: break-word; /* Per supporto nei browser moderni */
    overflow-wrap: break-word; /* Alternativa moderna */
    display: inline-block; /* Permette il comportamento responsivo */
    white-space: normal; /* Consente la gestione dinamica del contenuto */
  }
  

    #FrmGrid_grid_terms_conditions, #FrmGrid_grid_prodotti_for_user,#FrmGrid_gird_pod {
        height: 250px !important; /* Imposta l'altezza desiderata */
        overflow-y: auto; /* Aggiungi lo scorrimento se necessario */
    
    } 

    #FrmGrid_grid_colonnina {

        height: 400px !important; /* Imposta l'altezza desiderata */
        overflow-y: auto; /* Aggiungi lo scorrimento se necessario */
    }

    #FrmGrid_grid_prodotti_for_user td.DataTD input{
        width: 95% !important;
    }

    #FrmGrid_grid_servizi_pagamento,#FrmGrid_gird_user_consensi {
        height: 150px !important; /* Imposta l'altezza desiderata */
        overflow-y: auto; /* Aggiungi lo scorrimento se necessario */
     
       
     
    } 

.statusPod{
    padding:5px; min-width:80px; height :25px; border-radius:6px;
    display: flex;
    align-items: center;
    gap:5px;
    justify-content: center;
    flex-wrap: wrap;

}

