step-tags .tags.stepComponent .componentValue.disabled,
step-tags .tags.stepComponent .componentValue.disabled {
    opacity: 0.4;
    pointer-events: none;
}

step-tags .tags {
    margin: 0 -10px;
}

step-tags .tags.stepComponent .componentValue {
    display: flex; 
    flex-wrap: wrap; 
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #4A4A4A;
}

step-tags .tags.stepComponent .componentValue:not(.add-tag).side-paddings {
    padding: 0px 10px;
}

step-tags .tags.stepComponent .componentValue.add-tag {
    padding: 4px 10px;
}

step-tags .tags.stepComponent .componentValue.add-tag:hover {
    background: #F5F5F5;; 
    cursor: pointer;
}

step-tags .tags.stepComponent .componentValue .addIcon {
    cursor: pointer;
    padding: 4px;
    margin: -4px;
}

step-tags .tags.stepComponent .componentValue .addIcon img {
    display: block;
}

step-tags .tags.stepComponent .notSelectedValuePlaceholder {
    font-family: GlowRegular;
    font-size: 14px;
    color: #4A4A4A;
    padding: 4px 10px;
}

step-tags .tags.stepComponent .componentName {
    font-family: GlowRegular;
    font-size: 14px;
    color: #B6B6B6;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 2px;
    display: flex
}

step-tags .tags.stepComponent .componentValue .tag {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #F5F5F5;
    font-size: 13px;
    line-height: 16px;
    min-height: 22px;
    min-width: 28px;
    position: relative;
    padding: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 202px;
}

step-tags .tags.stepComponent .componentValue .removeIcon {
    position: absolute;
    display: none;
    top: 0;
    right: 4px;
    width: 24px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f4f4f4 50%, #f4f4f4 100%);
}

step-tags .tags.stepComponent .componentValue .tag:hover .removeIcon {
    display: inline-block;
}

step-tags .tags.stepComponent .componentValue .removeIcon .image {
    background: url(../../../../images/shared/remove.png) no-repeat;
    width: 8px;
    height: 8px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

step-tags .tags.stepComponent .componentValue .addTagText {
    cursor: pointer;
    color: #5774e7;
    font-family: GlowRegular;
    font-size: 14px;
    vertical-align: middle;
}
