@media(max-width:1000px) {
    .new-shared-user-popup .dx-overlay-content {
        width: 100% !important;
    }
}

.new-shared-user-popup .panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

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

.new-shared-user-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-shared-user-popup .primary-btn {
    background: var(--primary-500, #0B9294);
    border: 1px solid #0B9294;
    color: white;
}

.new-shared-user-popup .primary-btn:disabled {
    opacity: 0.3;
}

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

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

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

.new-shared-user-popup .p-24px {
    padding: 24px;
}

.new-shared-user-popup .py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
}

.new-shared-user-popup .dx-popup-content {
    padding: 0px !important;
}

.new-shared-user-popup .font-size-18 {
    font-size: 18px;
}

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

.new-shared-user-popup .shared-users-list-item .form-check-input ~ label > div > div {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
}
.new-shared-user-popup .form-check-input {
  min-width: 18px;
}

.new-shared-user-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-shared-user-popup .dx-texteditor-container {
    height: 32px;
    border-radius: 6px;
    border: 1px solid var(--grey-500, #B6BFBF);
}

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

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

.new-shared-user-popup .dx-editor-outlined {
    border-radius: 6px;
}

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

.new-shared-user-popup .shared-users-list-item .form-check * {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .new-shared-user-popup .search-users-result-cover {
        padding: 6px;
    }

    
   
    
}