.phone-number-input .pni-addon-wrapper {
	padding: 0 6px;
}
.phone-number-input .pni-addon-wrapper.open {
	background: #ddd;
}
.phone-number-input .pni-flag {
	display: block;
	width: 22px;
	height: auto;
}
.phone-number-input .pni-toggle {
	display: flex;
	gap: 5px;
	align-items: center;
	border: none;
	padding: 0 5px;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: none;
}
.phone-number-input .pni-toggle:active, .phone-number-input .pni-toggle:focus, .phone-number-input .pni-toggle:hover {
	color: inherit;
	background: none;
	text-decoration: none;
}
.phone-number-input .pni-toggle .icesym {
	position: static;
}
.phone-number-input .pni-menu, .pni-addon-wrapper.open > .pni-menu {
	padding: 0;
	overflow: hidden;
}
.phone-number-input .pni-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.phone-number-input .pni-menu-item-anchor {
	display: flex;
	gap: 5px;
	white-space: nowrap;
	padding: 5px 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.phone-number-input .pni-menu-item-anchor:hover, .phone-number-input .pni-menu-item-anchor:active, .phone-number-input .pni-menu-item-anchor:focus {
	background-color: #337ab7;
	color: #fff;
	text-decoration: none;
}
.phone-number-input .pni-prefix {
	font-weight: bold;
}
.phone-number-input .pni-label {
	margin-left: 2px;
	white-space: normal;
	line-height: normal;
}
.pni-search-wrapper {
	position: sticky;
	top: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	z-index: 2;
}
.pni-search-wrapper input {
	width: 100%;
	height: 36px;
	border: none;
	background: #fff;
	padding: 5px 10px;
	border-radius: 0;
}
.pni-search-wrapper .input-group-addon {
	/* It is an anchor */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	background: #fff;
	border: none;
	border-radius: 0;
	transition: all ease 0.25s;
}
.pni-search-wrapper .input-group-addon:hover, .pni-search-wrapper .input-group-addon:active, .pni-search-wrapper .input-group-addon:focus {
	color: #333;
	background: #eee;
	text-decoration: none;
	
}
.pni-search-wrapper .icesym {
	position: static;
}