.custom-spinner .dash-spinner {
    margin: auto;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 50px;
    margin-left: 1%;
    position: relative;
}


#change_range_radio_button {
 position: absolute;
    top: 560px;
    left: 0;
    width: 200px;
    height: 50px;
    z-index: 200;
    border-radius: 10px;
    border-width: 10px;
    border-color: black;
    box-shadow: 2px 2px 2px lightblue;
    background-color: white;
}


@media screen and (min-width: 0px) and (max-width:950px) {
    #change_range_radio_button {
        position: relative;
        top: 540px;
        left: 0px;
        width: 300px;
        height: 60px;
        z-index: 100;

        border-radius: 10px;
        border-width: 10px;
        border-color: black;
        box-shadow: 2px 2px 2px lightblue;
        background-color: white; Corrected the property name to 'padding-top' */
        /* Adjust font size for screens in this range */
    }
}



#example-map  {
     position: relative;
     width: 100%;
     height=850px;
     display: block;
     margin:0px;

}

/* Default div that holds the map and the dropdown card */
#mapbox_div  {
     height: 100%;
     margin:0px;

     border-radius: 10px;
     overflow: hidden;
     border: 2px solid #ccc;
     box-shadow: 5px 5px 5px lightblue;


}

/* Default div on main page that holds the map div */
#main_dash_map_div {

    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 0px;


}

@media screen and (min-width: 0px) and (max-width:950px) {
    #main_dash_map_div {
         height: 100%;
         width: 96%;
         margin-top: 10px;
         border-radius: 10px;
         margin-right:35px;

        /* Adjust font size for screens in this range */
    }
}

@media screen and (min-width: 0px) and (max-width:950px) {
    #mapbox_div {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 35px;
        margin-top: 0px;
        overflow: hidden;/* Corrected the property name to 'padding-top' */
        /* Adjust font size for screens in this range */
    }
}
.dark-mode #mapbox_div {
 box-shadow: 5px 5px 5px black;

}