/**
 * Country State City Dropdown CF7 - Frontend Styles
 *
 * @package CountryStateCityCF7
 */

.csc-cf7-country,
.csc-cf7-state,
.csc-cf7-city {
	width: 100%;
	max-width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.csc-cf7-country:focus,
.csc-cf7-state:focus,
.csc-cf7-city:focus {
	border-color: #0073aa;
	outline: 0;
	box-shadow: 0 0 0 1px #0073aa;
}

.csc-cf7-country:disabled,
.csc-cf7-state:disabled,
.csc-cf7-city:disabled {
	background-color: #f5f5f5;
	color: #999;
	cursor: not-allowed;
}

.wpcf7-form-control-wrap select.wpcf7-not-valid {
	border-color: #dc3232;
}
