﻿#manage-domain-container #domain-details-tabcontent #domain-description-content {
    width: 100%;
}

#manage-domain-container #domain-details-tabcontent #domain-documentation-content {
    width: 100%;
}

#manage-domain-container #domain-details-tabcontent #domain-security-content {
    width: 100%;
    height: calc(100vh - 200px) !important;
    overflow-y: auto;
    padding-bottom: 15px;
}

#domain-items-content .sds-datatable-container a {
    color: #000;
}

#domain-items-content .sds-datatable-container .sds-badge {
    padding: 3px 8px;
    border-radius: 25px;
    border: 1px solid #B6BFBF;
    background-color: #F8F9FA;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #2D3232;
}

#domain-items-content .sds-datatable-container .linked-items-group-select {
    border: 1px solid #B6BFBF;
    border-radius: 6px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #020303;
}

#domain-items-content .sds-datatable-container .linked-items-group-select input {
    padding: 6px 12px;
}

#domain-items-content .sds-datatable-container .linked-items-group-select:focus,
#domain-items-content .sds-datatable-container .linked-items-group-select:focus-within {
    border: 1px solid #5A6161;
}

#domain-items-content .sds-datatable-container .dx-data-row .sds-text-btn>.container {
    padding: 0;
    height: auto;
}

.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content {
    padding: 8px 0;
    margin-top: 0px !important;
}

.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content .dx-list-item .linked-items-group-select-option {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #020303;
    padding: 6px 16px !important;
}

.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content .dx-list-item.dx-list-item-selected,
.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content .dx-list-item.dx-state-active {
    background-color: #E5F1F2;
    color: #0B9294;
    position: relative;
}

.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content .dx-list-item.dx-list-item-selected .linked-items-group-select-option {
    color: #0B9294;
}

.linked-items-filter-popup-wrapper.dx-overlay-wrapper.dx-popup-wrapper>.dx-overlay-content .dx-popup-content .dx-list-item.dx-list-item-selected::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #0B9294;
    position: absolute;
    left: 0;
}
#user-data-container #domain-description-content {
    overflow-y: auto !important;
    height: calc(100dvh - var(--space-d-topbar-breadcrumb-tabs, 200px)) !important;
}
