.attributesComponent {
    position: relative;
}

.attributesComponent:not(.isForResize,.filterMode) {
    margin: 0 -10px;
}

.attributesComponent.isForResize {
    position: unset;
}

.mt-table__row .attributesComponent .componentValue .attributes-container{
    display: block;
}


.attributesComponent .componentValue .attributes-container,
.attributesDragHelperContainer .attributes-container {
    vertical-align: top;
    display: inline-block;
    position: relative;
}
    .attributesComponent .componentValue.disabled {
        opacity: 0.4;
    }

    .attributesComponent .componentValue .attributes-container.editable {
        cursor: pointer;
    }

    .attributesComponent .componentValue .attributes-container.hiddenWhileDragging {
        visibility: hidden;
    }

    .attributesComponent .componentValue .hoveredOnLeft {
        box-shadow: -1px 0px 0 #5774E7;
    }

    .attributesComponent .componentValue .hoveredOnRight {
        box-shadow: inset -1px 0px 0 #5774E7;
    }

.attributesComponent .componentValue.alignmentForResize {
    display: flex;
}

.attributesComponent .componentName {
    font-family: GlowRegular;
    font-size: 14px;
    color: #B6B6B6;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 2px;
    display: flex;
}

    .attributesComponent .componentName .infoIcon {
        flex: 0 0 25px;
        text-align: center;
    }

        .attributesComponent .componentName .infoIcon img {
            vertical-align: top;
            margin-top: 3px;
        }

        .attributesComponent .componentName .infoIcon.withCursor {
            cursor: pointer;
        }

        .attributesComponent .componentName .infoIcon.withEnterButton {
            flex: 0 0 30px;
            text-align: left;
            padding-left: 5px;
        }

        .attributesComponent .componentName .infoIcon .enterBtn {
            display: none;
            margin-top: 2px;
        }

            .attributesComponent .componentName:hover .infoIcon.withEnterButton .enterBtn {
                display: inline-block;
            }

    .attributesComponent .componentName .refreshIcon {
        flex: 0 0 25px;
        text-align: center;
        cursor: pointer;
        display: none;
    }

        .attributesComponent .componentName:hover .refreshIcon {
            display: block;
        }

        .attributesComponent .componentName .refreshIcon img {
            vertical-align: top;
            margin-top: 5px;
        }

        .attributesComponent .componentName .refreshIcon.disabled {
            opacity: 0.4;
            pointer-events: none;
            cursor: default;
        }

.attributesComponent .componentValue .attribute,
.attributesDragHelperContainer .attribute {
    border-radius: 4px;
    background-color: #F2EEFB;
    font-size: 13px;
    min-height: 22px;
    margin-right: 4px;
    line-height: 16px;
    min-width: 28px;
    position: relative;
    padding: 6px;
    margin-top: 2px;
    display: flex;
    word-break: break-word;
}

    .attributesComponent .componentValue .attributes-container.filter-input.ui-input-bordered {
        width: fit-content;
        min-width: fit-content;
    }

    .attributesComponent .componentValue .attributes-container.filter-input.ui-input-bordered .attribute {
        background-color: transparent;
        padding: 0px 7px 0px 7px;
        margin-top: 5px;
        margin-left: 6px;
        margin-right: 6px;
        white-space: nowrap;
    }

		.attributesComponent .componentValue .attribute .attribute-type,
		.attributesDragHelperContainer .attribute .attribute-type {
			color: #8669C6;
		}

		.attributesComponent .componentValue .attribute .attribute-type.not-colored {
			color: #808080;
		}

        .attributesComponent .componentValue .attributes-container.filter-input.ui-input-bordered .attribute .attribute-name {
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .attributesComponent .componentValue .attributes-container.filter-input.ui-input-bordered .removeIcon {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, #FFFFFF 100%);
        top: -2px;
        height: 21px;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .warningTooltip {
        margin-left: 6px;
    }

    .attributesDragHelperContainer .attribute {
        margin: 0;
    }

    .skillDragHelperContainer .attribute {
        margin: 0;
    }

    .attributesComponent .componentValue .attribute.incorrect,
    .attributesDragHelperContainer .attribute.incorrect {
        background-color: #FEEDED;
    }

    .attributesComponent .componentValue .attribute.lack {
        background-color: #FEEDED;
        box-shadow: inset 0 1px 0 0 #EC4A43,
        inset -1px 0 0 #EC4A43,
        inset 0 -1px 0 #EC4A43,
        inset 1px 0 0 #EC4A43;
    }

    .attributesComponent .componentValue .attribute.insufficient {
        background-color: #FFF8E6;
        box-shadow: inset 0 1px 0 0 #FFB400,
        inset -1px 0 0 #FFB400,
        inset 0 -1px 0 #FFB400,
        inset 1px 0 0 #FFB400;
    }

    .attributesComponent .componentValue .attribute.excessive {
        background-color: #E6F4FF;
        box-shadow: inset 0 1px 0 0 #0090FF,
        inset -1px 0 0 #0090FF,
        inset 0 -1px 0 #0090FF,
        inset 1px 0 0 #0090FF;
    }

    .attributesComponent .componentValue .attribute.perfect {
        background-color: #f1f9ea;
        box-shadow: inset 0 1px 0 0 #6ebc2c,
        inset -1px 0 0 #6ebc2c,
        inset 0 -1px 0 #6ebc2c,
        inset 1px 0 0 #6ebc2c;
    }

    .attributesComponent .componentValue .attribute.likeDisabled {
        opacity: 0.4;
    }

    .attributesComponent .componentValue .attribute:not(.ignored):hover .removeIcon {
        display: inline-flex;
    }

.attributesComponent .componentValue .removeIcon {
    position: absolute;
    display: none;
    top: 1px;
    right: 0px;
    width: 24px;
    height: 26px;
    background-image: linear-gradient(to right, rgba(242, 238, 251, 0) 0%, #F2EEFB 30%, #F2EEFB 70%, rgba(242, 238, 251, 0) 100%);
    justify-content: center;
    align-items: center;
}


.attributesComponent .componentValue .attribute.incorrect .removeIcon {
    background-image: linear-gradient(to right, rgba(242, 238, 251, 0) 0%, #FEEDED 30%, #FEEDED 70%, rgba(242, 238, 251, 0) 100%);
}

    .attributesComponent .componentValue .removeIcon .image {
        background: url(../../../../images/shared/remove.png) no-repeat;
        width: 8px;
        height: 8px;
        float: right;
        cursor: pointer;
    }

.attributesComponent .componentValue .addIcon {
    cursor: pointer;
    padding: 4px;
    margin: -4px;
}

    .attributesComponent .componentValue .addIcon img {
        display: block;
    }

.attributesComponent .componentValue .addAttributeText {
    cursor: pointer;
    color: #5774e7;
    font-family: GlowRegular;
    font-size: 14px;
}

    .attributesComponent .notSelectedValuePlaceholder {
        font-family: GlowRegular;
        font-size: 14px;
        color: #4A4A4A;
        padding: 4px 10px;
    }

.attributesComponent .componentValue .filter-input.ui-input-bordered {
    min-width: 179px;
    max-width: 400px;
    display: flex;
    align-items: center;
	overflow: hidden;
}

    .attributesComponent .componentValue .filter-input.ui-input-bordered .filterPlaceHolderText{
        padding-left: 10px;
        padding-right: 20px;
        color: #b6b6b6;
        font-size: 13px;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .filterPlaceHolderTooltip{
        position: absolute;    
        top: -12px;	
        font-size: 9px;
        font-family: GlowSemiBold;        	
        text-transform: uppercase;
        opacity: 0.4;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 8px;
        padding-right: 22px;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues.multi-select {
        padding-right: 7px;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues.filterValues {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
        /*display: flex;*/
        max-width: 400px;
    }

    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues.filterValues .attributesAndOperationContainer {
        /*display: flex;*/
        align-items: center;
    }

	.attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues.filterValues .attributesAndOperationContainer .equalitySign {
		padding-right: 5px;
		padding-bottom: 1px;
	}

    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributesAndOperationContainer .attribute {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    .attributesComponent .componentValue .filter-input.ui-input-bordered .attributes-allValues.filterValues .attributesAndOperationContainer .operationType {
        color: #B6B6B6;
        margin-right: 5px;
        margin-left: 5px;
    }

    .attributesComponent .componentValue .attributesAndOperationContainer .attributes-container.filter-input.ui-input-bordered {
        border: none;
        max-height: 26px
    }

.attributesComponent .componentValue .deleteFilter {
    display: none;
    position: absolute;
    top: 3px;
    right: 8px;
    z-index: 1;
    height: 84%;
    width: 27px;
    justify-content: flex-end;
    align-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: -moz-linear-gradient(to left, white 50%, rgba(255,255,255,0));
    background: -webkit-linear-gradient(to left, white 50%, rgba(255,255,255,0));
    background: -o-linear-gradient(to left, white 50%, rgba(255,255,255,0));
    background: -ms-linear-gradient(to left, white 50%, rgba(255,255,255,0));
    background: linear-gradient(to left, white 50%, rgba(255,255,255,0));
}

.attributesComponent .componentValue .filter-input.ui-input-bordered:hover .deleteFilter {
    display: block;
    cursor: pointer;
}

.attributesComponent .componentValue .deleteFilter > img {
    position: absolute;
    right: 1px;
    top: 3px;
}

.attributesComponent .componentValue .changeIncorrectAttributeSection {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 41, 199, 0.2);
    border-radius: 4px;
    min-width: 365px;
    height: 65px;
    position: fixed;
    padding: 8px 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

    .attributesComponent .componentValue .changeIncorrectAttributeSection .mainContainer {
        display: flex;
    }

    .attributesComponent .componentValue .changeIncorrectAttributeSection .arrow-container {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 46%;
    }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .arrow-container.arrowUp {
            border-bottom: 6px solid #ffffff;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
            -moz-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
            -o-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
            top: -6px;
        }

    .attributesComponent .componentValue .changeIncorrectAttributeSection  .textAndPlaceholder {
        flex: 1 1 auto;
        padding-right: 20px;
    }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .textAndPlaceholder .ui-input-bordered {
            padding-left: 10px;
            width: 100%;
        }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .textAndPlaceholder .formatPlaceholder {
            font-family: GlowRegular;
            font-size: 12px;
            color: #B6B6B6;
            padding-left: 10px;
            padding-top: 2px;
        }

    .attributesComponent .componentValue .changeIncorrectAttributeSection  .errorMessageAndResultTag {
        flex: 1 1 auto;
        min-width: 100px;
    }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .errorMessageAndResultTag .message {
            font-family: GlowRegular;
            font-size: 13px;
            color: #EC4A43;
            padding-top: 4px;
        }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .errorMessageAndResultTag .attribute {
            margin-top: 0;
        }

        .attributesComponent .componentValue .changeIncorrectAttributeSection .messageOfAdding {
            font-family: GlowRegular;
            font-size: 13px;
            color: #EC4A43;
            padding-top: 4px;
            padding-left: 10px;
        }

.attributesComponent [hidden] {
    display: none !important;
}

/*Contnainer placeholder to show on the place of dragged*/
.draggableAttributePlaceholderAreaContainer {
    position: absolute;
    z-index: 10000000;
    border: dashed 1px #abb8f8;
    cursor: move;
    border-radius: 4px;
}

/*Container with clone of the dragged column item*/
.attributesDragHelperContainer {
    position: absolute;
    box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
    z-index: 100000000;
    pointer-events: none;
    border-radius: 4px;
    cursor: move;
}

.attributesComponent .componentsDragging {
    cursor: move !important;
}


.attributesComponent .componentValue .attributes-wrapper.hidden_element {
    visibility: hidden;
    position: absolute;
}

.mt-table__row .attribute {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mt-table__row .attribute-type,
.mt-table__row .attribute-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.show_attribute_button {
    background-color: #F2EEFB;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    height: 100%;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    line-height: 22px;
    margin-top: 2px;
}

.all_attributes_dropdown {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    z-index: 1000;
    align-content: flex-start;
    width: 400px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 0px 0px 2px rgb(70 89 191 / 30%), 0px 2px 4px rgb(0 41 199 / 20%);
    border-radius: 4px;
    background-color: #ffffff;
    /* top: -50%; */
    left: 0;
}

.all_attributes_dropdown .attributes-container .attribute {
    margin-bottom: 6px;
    margin-top: 6px;
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: unset;
    white-space: normal;
    overflow: unset;
}

.attributesComponent .componentValue .attribute.ignored {
    opacity: 0.4;
}

.inherited-icon {
    position: relative;
    top: 1px;
    left: 2px;
}


.attributesComponent.isForResize { 
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

.attributesComponent.isForResize .componentValue {
    display: flex;
    column-gap: 4px;
}

.attributesComponent.isForResize .componentValue  .all_attributes_dropdown {
    gap: 12px 4px;
    padding: 6px 12px;
}

.attributesComponent.isForResize .componentValue .attributes-wrapper {
    min-width: 48px;
    flex-shrink: 0;
}

.attributesComponent.isForResize .componentValue .attributes-wrapper.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
}

.attributesComponent.isForResize .componentValue.hidden {
    display: none;
}

.attributesComponent.isForResize .componentValue .attributes-wrapper:first-child {
    min-width: 28px;
}

.attributesComponent.isForResize .componentValue .attribute {
    margin-right: 0;
    margin-bottom: 2px;
}

.attributesComponent:not(.isForResize,.filterMode) .componentValue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #4A4A4A;
}

.attributesComponent:not(.isForResize,.filterMode) .componentValue .attribute {
    margin: initial;
}

.attributesComponent:not(.isForResize,.filterMode) .componentValue.add-attribute {
    padding: 4px 10px;
}

.attributesComponent:not(.isForResize,.filterMode) .componentValue.add-attribute:hover {
    background: #F5F5F5;
    cursor: pointer;
}

.attributesComponent:not(.isForResize,.filterMode) .componentValue:not(.add-attribute).side-paddings {
    padding: 0px 10px;
}