.ea4v-icons-input.flexify {
    gap: 5px;
}

.ea4v-icons-input .icon i,
.ea4v-icons-input .icon svg {
    font-size: 26px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ea4v-icons-input .icon svg,
.ea4v-icons-input .icon svg * {
    fill: currentColor;
}

.half-icon {
    position: relative;
}

.half-icon .icon.active {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;

}