.en_ups_freight_shipping_rules_setting_section .en_sr_add_btn {
	display: flex;
	justify-content: flex-end;
}

.en_sr_form_control {
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex: 1;
}

.en_sr_form_control label {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.en_sr_form_control input[type='text'] {
	padding: 4px;
}

.en_sr_form_control select {
	max-width: 100% !important;
}

.group_sr_form_control {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.en_sr_err {
	color: red !important;
	font-size: 11px;
}

.en_ups_freight_shipping_rules_setting_section p.submit {
	display: none !important;
}

label[for='en_sr_service']::after,
label[for='en_sr_service_rate']::after,
label[for='en_sr_service_category']::after,
label[for='en_sr_minimum_shipping_charge']::after,
label[for='en_sr_surcharge_rate']::after,
label[for='en_sr_locations_list']::after,
label[for='en_sr_states_list']::after {
	content: " *";
	color: red;
}

.en_sr_apply_to_wrap {
	padding-bottom: 14px !important;
}

.en_sr_apply_to_wrap #en_sr_apply_to_cart,
.en_sr_apply_to_wrap #en_sr_apply_to_shipment,
.en_sr_apply_to_wrap #en_sr_apply_to_product {
	margin: 0 !important;
	padding: 5px 0 !important;
	line-height: 1.4 !important;
}

.en_sr_apply_to_wrap #en_sr_apply_to_cart input[type='radio'],
.en_sr_apply_to_wrap #en_sr_apply_to_shipment input[type='radio'],
.en_sr_apply_to_wrap #en_sr_apply_to_product input[type='radio'] {
	margin: 0 4px 0 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}

.en_sr_apply_to_wrap #en_sr_apply_to_cart span,
.en_sr_apply_to_wrap #en_sr_apply_to_shipment span,
.en_sr_apply_to_wrap #en_sr_apply_to_product span {
	vertical-align: middle;
}

.en_sr_label_row {
	padding-bottom: 0 !important;
}

.en_sr_label_row label {
	margin-bottom: 0 !important;
}

.en_sr_apply_rule_filters #en_sr_apply_rule_all_filters,
.en_sr_apply_rule_filters #en_sr_apply_rule_any_filters {
	margin: 0 !important;
	padding: 5px 0 !important;
	line-height: 1.4 !important;
}

.en_sr_apply_rule_filters #en_sr_apply_rule_all_filters input[type='radio'],
.en_sr_apply_rule_filters #en_sr_apply_rule_any_filters input[type='radio'] {
	margin: 0 4px 0 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}