.phone-options-modal {
	display: none;
	position: relative;
	width: 100vw;
	min-height: 200px;
	padding: 20px;
	border-radius: 30px 30px 0 0;
	background: linear-gradient(to right, rgb(34,133,214), rgb(0,34,98));
}
.phone-options-search {
	margin-bottom: 15px;
	position: relative;
	height: 36px;
	line-height: 36px;
	background: var(--bg-primary);
	border-radius: 10px;
}
.phone-options-search::before {
	content: ' ';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url('./../images/icon/search.svg') no-repeat;
	background-size: 100% 100%;
	color: #000;
}
.phone-options-search > input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 36px;
	color: #000;
	background: transparent;
	border: none;
	outline: none;
}
.form-phone-options {
	height: 300px;
	overflow: auto;
}
.form-phone-option {
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid rgba(229,229,229,.53);
}
.form-phone-option img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
