<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ft_telephone *{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.my_field_phone_prefix{
	height: 27px;
	line-height: 18px;
	margin: 0 0 0 -1px;
	vertical-align: top;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(224,224,224,1) 69%, rgba(219,219,219,1) 83%, rgba(226,226,226,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 69%,rgba(219,219,219,1) 83%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 69%,rgba(219,219,219,1) 83%,rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
	border: 1px solid #b9b9b9;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	outline: none;
	color: #333;
	cursor:pointer;
}
.my_field_phone_prefix:hover{
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 47%, rgba(229,229,229,1) 77%, rgba(229,229,229,1) 77%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(232,232,232,1) 47%,rgba(229,229,229,1) 77%,rgba(229,229,229,1) 77%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(232,232,232,1) 47%,rgba(229,229,229,1) 77%,rgba(229,229,229,1) 77%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
}
#sms_code_field{width:247px}
.my_field_phone_activate{margin-top:5px;display:none;}
.my_field_phone_activate .my_field_phone_prefix{margin-left: -5px}
.my_field_phone_prefix.wdpsended{
	background: rgb(207,226,192);
	background: -moz-linear-gradient(top, rgba(207,226,192,1) 0%, rgba(161,193,137,1) 51%, rgba(203,226,186,1) 100%);
	background: -webkit-linear-gradient(top, rgba(207,226,192,1) 0%,rgba(161,193,137,1) 51%,rgba(203,226,186,1) 100%);
	background: linear-gradient(to bottom, rgba(207,226,192,1) 0%,rgba(161,193,137,1) 51%,rgba(203,226,186,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe2c0', endColorstr='#cbe2ba',GradientType=0 );
	color: #fff;
}
.my_field_phone_prefix.wdpnosended{
	background: rgb(255,221,221);
	background: -moz-linear-gradient(top, rgba(255,221,221,1) 0%, rgba(249,194,194,1) 46%, rgba(255,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,221,221,1) 0%,rgba(249,194,194,1) 46%,rgba(255,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,221,221,1) 0%,rgba(249,194,194,1) 46%,rgba(255,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdddd', endColorstr='#ffdddd',GradientType=0 );
	color: #fff;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel]{height:27px !important;min-height: 27px !important;}
.my_field_phone_prefix:focus{outline:none}
.intl-tel-input .country-list .country-name{color:#444 !important}

body.d-flex .ft_telephone {width: 340px;}
body.d-flex .ft_telephone .intl-tel-input .input{width: 180px;}
body.d-flex .ft_telephone .intl-tel-input + .my_field_phone_prefix{float: right;}
body.d-flex #sms_code_field{float: left;}</pre></body></html>