@media(max-width:500px) {
    .new-custom-attributes-popup .dx-overlay-content {
        width: 90% !important;
    }
}

.new-custom-attributes-popup .filter-builder-container {
    margin-top: 10px;
}

.custom-attributes-popup-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-attributes-popup-wrapper .attributes-content{
    flex-grow: 1;
}
.new-custom-attributes-popup .panel-footer {
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

.new-custom-attributes-popup .search-users-result-cover {
    display: flex;
    padding: 32px 56px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.new-custom-attributes-popup button {
    display: flex;
    height: 36px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.new-custom-attributes-popup .primary-btn {
    background: var(--primary-500, #0B9294);
    border: 1px solid #0B9294;
    color: white;
}

.new-custom-attributes-popup .primary-btn:disabled {
    opacity: 0.3;
}

.new-custom-attributes-popup .secondary-btn {
    background: white;
    border: 1px solid #eee;
}

.new-custom-attributes-popup .form-check-input {
    height: 18px;
    width: 18px;
    margin-top: 7px;
}

.new-custom-attributes-popup .shared-users-list-item {
    text-align: left;
}

.new-custom-attributes-popup .p-24px {
    padding: 24px;
}

.new-custom-attributes-popup .py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
}

.new-custom-attributes-popup .dx-popup-content {
    padding: 0px !important;
}

.new-custom-attributes-popup .font-size-18 {
    font-size: 18px;
}

.new-custom-attributes-popup .shared-users-list-item {
    border-bottom: 1px solid var(--grey-400, #DEE4E4);
}

.new-custom-attributes-popup .domain-name {
    color: var(--grey-700, #5A6161);
    /* B5/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.new-custom-attributes-popup .dx-texteditor-container {
    height: 32px;
    border-radius: 6px;
    border: 1px solid var(--grey-500, #B6BFBF);
}

.new-custom-attributes-popup .dx-texteditor-input-container * {
    padding: 6px 12px;
}

.new-custom-attributes-popup .dx-texteditor-input-container .dx-placeholder,
.new-custom-attributes-popup .dx-texteditor-input-container .dx-placeholder::before {
    padding: 0px 0px 0px 6px;
}

.new-custom-attributes-popup .dx-editor-outlined {
    border-radius: 6px;
}

.new-custom-attributes-popup .dx-dropdowneditor-icon {
    border: 0px !important;
}

.new-custom-attributes-popup .shared-users-list-item .form-check * {
    cursor: pointer;
}
#new-profile-filter-builder > div.filter-builder {
    background-color: transparent;
}