/**
 * IWS - Geo Form Fields 
 * Version: 1.0
 */
 
#iws_country_list,
#iws_state_list,
#iws_city_list {
    padding: 10px;
    width: 100%;
    max-height: 200px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow-y: auto;
}
.iws_country,
.iws_state,
.iws_city {
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
.iws_country:hover,
.iws_state:hover,
.iws_city:hover {
    background-color: #efefef20;
}