.contentExchangeTagsinput-main-wrapper {
    position: relative;
    padding: 2px;
	border: 1px;
	outline: none;
	border-radius: 7px;
	border-style: solid;
	border-color: #cccccc;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    width: 100%;
}

div.contentExchangeTagsinput-main-wrapper input.contentExchangeTagsinput-fake-input {
    text-indent: 10px;
}

div.contentExchangeTagsinput-main-wrapper input.contentExchangeTagsinput-fake-input:not(.button) {
    color: #848484;
    padding-top: 5px;
    outline: none;
    height: 30px;
    border: none;
	border-bottom: 1px solid transparent;
	margin-left: 1px;
	background-color: transparent;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper {
    z-index: 10;
    border: 1px solid #CFCFCF;
    background-color: white;
    padding: 0.5em 1em 0.5em 1em;
    margin-top: 0.5em;
    display: none;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-loader-wrapper {
    display: none;
    text-align: center;
    font-size: 200%;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-tags-and-info-wrapper > .contentExchangeTagsinput-options-tags-wrapper {
    list-style-type: none;
    margin: 0;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-tags-and-info-wrapper > .contentExchangeTagsinput-options-tags-wrapper > li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #5F5F5F;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    user-select: none;
    cursor: pointer;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-tags-and-info-wrapper > .contentExchangeTagsinput-options-tags-wrapper > li:first-of-type {
    border-top: none;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-tags-and-info-wrapper > .contentExchangeTagsinput-options-tags-wrapper > li:not(:first-child):not(:last-of-type) {
    margin-top: -1px;
}

.contentExchangeTagsinput-main-wrapper > .contentExchangeTagsinput-options-wrapper > .contentExchangeTagsinput-options-tags-and-info-wrapper > .contentExchangeTagsinput-options-tags-wrapper > li:last-of-type {
    margin-top: -1px;
    border-bottom: none;
}

.contentExchangeTagsinput-main-wrapper .contentExchangeTagsinput {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    padding: 2px;
    background: #FFF;
    min-height: 30px;
    width: 100%;
    overflow-y: auto;
    border-bottom: none;
    border-radius: 0;
    align-items: center;
}

.contentExchangeTagsinput-main-wrapper .contentExchangeTagsinput span.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 5px;
    background: #E6E7E8;
    color: #848484;
    font-family: sans-serif;
    font-size: 13px;
    height: 28px;
}

.contentExchangeTagsinput-main-wrapper .contentExchangeTagsinput span.tag .remove-tag-link {
	color: #848491;
	font-size: 12px;
}

.contentExchangeTagsinput-main-wrapper .contentExchangeTagsinput span.tag .remove-tag-link:hover {
	text-decoration: none;
	color: var(--primary-color);
}
/**************************
 * START !important section
 *************************/
div.contentExchangeTagsinput-main-wrapper input.contentExchangeTagsinput-fake-input:not(.button):hover {
    border-bottom: 1px solid var(--primary-color) !important;
}
/************************
 * END !important section
 ***********************/