
::ng-deep .mat-checkbox-frame {
    border-color: #B6B6B6;
    border-width: 1px !important;
    z-index: 1;
}

::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background,
::ng-deep .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #FFFFFF;
}

::ng-deep .mat-checkbox-background path {
    stroke: #4a4a4a !important;
}

::ng-deep .mat-checkbox-mixedmark {
    background-color: #4a4a4a;
}

::ng-deep .mat-checkbox-disabled .mat-checkbox-background path {
    stroke: var(--main-text-color) !important;
    opacity: 0.4;
}

::ng-deep .mat-checkbox-disabled .mat-checkbox-label {
    color: #b6b6b6;
}

::ng-deep .mat-ripple-element {
    background: none;
}

::ng-deep .mat-checkbox-ripple {
    display: none;
}

.value-container.option:not(.multiSelectMode) .attribute-name.checked {
    color: var(--link-blue);
}

.value-container.option .name-equal-sigh--container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.attributesDropdown .dropdown-content .option .attribute-checkbox {
    margin-top: 0px;       
}

.attributesDropdown .mat-checkbox-layout {
    white-space: normal;
}

.attributesDropdown .mat-checkbox .mat-checkbox-label {
    line-height: 20px;
    margin-top: 2px;
    font-weight: 400;
    word-break: break-word;
}

.attributesDropdown .value-container:not(.multiSelectMode) .mat-checkbox-checked .mat-checkbox-label {
    color: var(--link-blue);
}

.attributesChildDropdown .value-container.myAttribute {
    padding-left: 37px;
}

.attributesChildDropdown .value-container.multiSelectMode.myAttribute .attribute-name,
.attributesChildDropdown .value-container.multiSelectMode.myAttribute .mat-checkbox .mat-checkbox-label {
    color: #361ECD;
}

.restriction-text {
    font-size: 13px;
    color: #B6B6B6;
}


