/* surrounding tag container */
.tag-editor { font-style: normal; font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: -0.8px; color: var(--black-100); border: none; box-sizing: border-box; outline: none; }

/* core styles usually need no change */
.tag-editor ul { display: block; }
.tag-editor li { display: block; float: left; overflow: hidden; margin: 16px 0 0 0; }
.tag-editor div { float: left; padding: 0 4px; }
.tag-editor .placeholder { padding: 0 8px; color: #bbb; }
.tag-editor .tag-editor-spacer { padding: 0; width: 8px; overflow: hidden; color: transparent; background: none; }
.tag-editor input { vertical-align: inherit; border: 0; outline: none; padding: 0; margin: 0; cursor: text;}
/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src { position: absolute !important; left: -99999px; }
/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear { display: none; }

/* tag style */
.tag-editor .tag-editor-tag {
    padding: 5px 0 5px 10px; color: #fff; background: var(--blue-80); white-space: nowrap;
    overflow: hidden; cursor: pointer; border-radius: 15px 0 0 15px;height: 28px; box-sizing: border-box; font-size: 14px; line-height: 18px; letter-spacing: -0.4px;
}

/* delete icon */
.tag-editor .tag-editor-delete { height: 28px; width: 28px; background-color: var(--blue-80); cursor: pointer; border-radius: 0 15px 15px 0; padding: 5px 10px 5px 5px; background-image: url(/image/common/ico-tag-del.svg); background-repeat: no-repeat; background-position: right 11px center; box-sizing: border-box;}
/* .tag-editor .tag-editor-delete i { line-height: 18px; display: inline-block; }
.tag-editor .tag-editor-delete i:before { font-size: 16px; color: #fff; content: "×"; font-style: normal; }
.tag-editor .tag-editor-delete:hover i:before { color: #d65454; } */
.tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { visibility: hidden; cursor: text; }

.tag-editor .tag-editor-tag.active { background: none !important; }

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }
.ui-front { z-index: 9999; }
.ui-menu { list-style: none; padding: 1px; margin: 0; display: block; outline: none; }
.ui-menu li { padding: 15px; }
.ui-menu li:hover { background: #F4F9FF; color: #255CE9; border-radius: 10px;}
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }
.ui-widget-content { font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; letter-spacing: -0.8px; color: #0B0B0C; border: 1px solid #bbb; background: #fff; border-radius: 10px; }
.ui-widget-content a { color: #255CE9; }
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #e0eaf1; }
.ui-helper-hidden-accessible { display: none; }
