#base_content{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
}

#map_sidebar_container{
    background-color: rgba(0, 61, 137, 0.62);
    padding: 10px 10px 10px 10px;
    height: 90vh;
    width: 300px;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    z-index: 999;
    box-shadow: 2px 1px 1px rgba(93, 93, 93, 0.44);
    overflow-y: scroll;
}

#pa_resource_map_container{
    background-color: white;
    height: 90vh;
}

#pa_county_select{
    font-size: 11px;
}

.category_container{
    background-color: white;
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.3);
}

.asset_list{
    overflow-y: scroll;
    max-height: 100px
}

#top_map_text_container{
    background-color: rgba(0,61,137,0.91);
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.3);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

#map_controls_container{
    background-color: white;
    padding: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.3);
    border-radius: 5px
}

#map_controls_title_container{
    background-color: rgb(11,68,142);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 10px
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.53);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 61, 137, 0.78);
  border-radius: 10px;
}