/* Restyle the Themify "Availability by Region" Select2 to match the
   [availability_region_products_form] shortcode dropdown visual. */

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

.wpf_item_geographic_areas .select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 4px !important;
}

.wpf_item_geographic_areas .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px !important;
    padding-right: 40px !important;
    padding-top: 0 !important;
    color: #6d6d6d !important;
    font-size: 16px !important;
    line-height: 50px !important;
}

.wpf_item_geographic_areas .select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
    top: 0 !important;
}

.wpf_item_geographic_areas .select2-container.select2-container--default.select2-container--focus .select2-selection--single,
.wpf_item_geographic_areas .select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #00615c !important;
}
