/*!
 * OSS CE Modules — RegistrationGuard phone field CSS
 * Wrapper and flag icon for the candidate phone fields.
 * Version: 3.6.2
 *
 * Paired with registration-guard-phone.js and extracted from
 * registration-guard.css in 3.6.2 for the same reason: this is site-wide field
 * presentation, not registration work. The markup it styles is created on the
 * dashboard profile editor as well as on registration forms, so it must not be
 * tied to the WPJB registration stylesheet.
 *
 * Keep this loading wherever the phone script loads. Without it the flag has no
 * position and no room, and it will sit on top of the field's text.
 */

.ossce-rg-phone-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.ossce-rg-flag-icon {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: auto;
	pointer-events: none;
	z-index: 1;
}

.ossce-rg-phone-wrapper input,
.ossce-rg-phone-wrapper input[type="text"] {
	padding-left: 35px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
