.tag_complete{
	border-radius: 3px;
	cursor: text;
	display: block;
	background:#fcfdff;
	padding:9px 15px;
	font-family: roboto;
	box-shadow: 0 0 10px 0 rgba(0,24,128,0.1) !important;
}

.tag_complete .tags_container{
	display:inline;
	margin:auto 0;
}

.tag_complete .tag_input{
	all:unset;
	min-height:45px !important;
	background:none;
	display:inline;
	margin:unset;
	padding: unset;
	border:0 !important;
	width:unset;
	box-shadow: none !important;
}

.tag_complete .tags_container .tag{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: roboto;
  color: #2e55fa;
  background: #e1e7ff;
  font-size: 15px;
  padding: 2px 0 2px 10px;
  text-decoration: none;
  margin:2px;
  display:inline-block;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
   user-select:none;
   text-transform: capitalize;
}

.tag_complete .tags_container .tag .close{
	opacity:1;
	color:#fff;
}
.tag_complete .tags_container .tag .close:after{
	font-size:18px;
	padding:2px 4px 2px 4px;
	background: #2e55fa;
	border-radius:0px 3px 3px 0px;
	margin-left:10px;
	cursor: pointer;
	content: '\d7';
}


.tag_complete_main .hide{
	display:none !important;
}

.tag_complete_main .autocomplete:not(.hide) {
    list-style: none;
    padding: 9px 15px;
    background: #fcfdff;
    display: block;
    position: relative;
    border-top: 0;
    z-index: 1000000 !important;
    margin: 0px;
    list-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 10px 0 rgba(0,24,128,0.1) !important;
    font-family: roboto;
}

.tag_complete_main .autocomplete li{
	display:block;
	padding:5px 8px 5px 8px;
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.tag_complete_main .has_autocomplete{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius:0px;
	border-bottom: 0px;
}
