/* .wc-backbone-modal-content{
	width:70%;
	margin-top:-10%;
}
.select2-container--default .select2-results>.select2-results__options{
	max-height:400px !important;
}
*/
.notice.wcs-nux__notice , .cuar-error{
	display : none;
}
.search_user_result_list{
	display: none;
	position: absolute;
	/* left: 123px; */
	margin: 51px 0;
	background: white;
	box-shadow: 1px 1px 10px #80808069;
	padding: 10px;
	z-index: 9;
	max-height: 200px;
	overflow-y: scroll;
	width: 600px;

}
.search_user_result_list p{
	height: 5px;
}
.search_user_result_list a{
	color:black;
	font-size: 12px;
}