.e-ac-wrap {
    position: relative;
    width: 100% !important
}

.e-ac-wrap input {
    width: 100% !important;
    display: block
}

.e-ac-dropdown {
    position: fixed;
    max-height: 360px;
    overflow-y: auto;
    z-index: 100000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    display: none
}

.e-ac-item {
    padding: 10px 12px;
    cursor: pointer
}

.e-ac-item:hover,
.e-ac-item.is-active,
.e-ac-item[aria-selected=true] {
    background: #eef3ff
}

.e-ac-item.is-selected {
    font-weight: 600;
    position: relative;
    padding-right: 32px
}

.e-ac-item.is-selected:after {
    content: "✓";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #1e3a8a;
    font-weight: 700
}

.e-ac-empty,
.e-ac-loading {
    padding: 10px 12px;
    color: #666
}

.e-ac-wrap--multi {
    padding-bottom: 6px
}

.e-ac-wrap--multi .e-ac-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px
}

.e-ac-wrap--multi .e-ac-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    background: #eef3ff;
    border: 1px solid #cdd9ff;
    color: #11284c
}

.e-ac-wrap--multi .e-ac-tag button {
    border: none;
    background: transparent;
    color: inherit;
    margin-left: 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0
}

.e-ac-wrap--multi .e-ac-tag button:hover {
    color: #000
}
