#schema-lineage-content,
#schema-diagram-content {
    height: calc(100vh - 200px)
}

#for-card-overall-data-quality .chart-container {
    height: 49px;
    width: 49px;
}

#for-card-overall-evolution-data .chart-container {
    width: 100%;
    height: 82px;
}

.bg-field-sds-ds-color {
    color: var(--sds--interactive-800, #0A1F4E);
    border-radius: 10px;
    background: var(--sds--primary-100, #E5F1F2);
    padding: 3px 8px;
    display: inline;
    font-family: Inter;
    font-size: 12px;
}

.table-stats-summary-cards {
    padding-bottom: 24px;
}

#table-schema-properties-container .table-schema-action-buttons-section {
    position: absolute;
    top: 3.3rem;
    right: 32px;
}

#table-schema-properties-container #create-task-bttn {
    height: 32px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 12px;
}

.custom-datatable-profiling-popover .dx-popup-content {
    padding: 0px 0px 12px 0px !important; /* no padding for the full-width progress bar */
    border-top-left-radius: 0.375rem;  /* Bootstrap's rounded size */
    border-top-right-radius: 0.375rem;
    overflow: hidden;
}

.custom-datatable-profiling-popover .popover-body-content {
    padding: 0px 12px 0 12px; /* only bottom section is padded */
}

@media only screen and (max-width: 768px) {

    #table-schema-properties-container .table-schema-action-buttons-section {
        position: static;
        margin-top: 0.5rem !important;
        align-self: flex-end;
    }

    #table-schema-properties-container {
        display: flex;
        flex-direction: column;
    }
    
    .table-stats-summary-cards {
        gap: 16px;
    }

    #table-schema-properties-container #tableFieldsListContainer .sds-datatable .dx-datagrid-header-panel .dx-toolbar-items-container {
        flex-wrap: wrap;
    }

}