.multi-select-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 6px;
    min-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.digi-tag {
    background: #ccc;
    color: #fff;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 12px;
}

.remove-tag {
    margin-left: 5px;
    cursor: pointer;
}

.placeholder {
    color: #aaa;
    margin: 2px;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
}

.dropdown-options div {
    padding: 8px;
    cursor: pointer;
}

.dropdown-options div:hover {
    background: #f0f0f0;
}

.dropdown-options.show {
    display: block;
}

.brxe-sacred-form .options-wrapper{
	padding:0px !important;
	 list-style-type:none;
}

.brxe-sacred-form .options-wrapper li{
	display:flex;
	gap:3px !important;
	align-items:center;
}

.brxe-sacred-form .options-wrapper li label{
	margin:0px !Important;
}