﻿#schema-properties_container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    background-color: white;
    border-left: 1px solid #d3d3d3;
}

#schema-properties_container p {
    margin-top: 0;
    margin-bottom: 10px;

}

#schema-properties_container #schema-properties_title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#schema-properties_container .schema-properties_title-section-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
    padding: 10px 18px 5px 18px;
    border-bottom: 1px solid #DEE4E4;
}

#schema-properties_container #schema-properties_title-icon-container {
    display: inline-block;
    background-color: rgba(91, 127, 149, 0.15);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22.5px;
    margin-right: 5px;
    /* centers the icon vertically */
}

#schema-properties_container #schema-properties_title-icon {
    color: #52768C;
    font-size: 12.5px;
}

#schema-properties_container #schema-properties_trash-icon,
#schema-properties_container #schema-properties_close-icon {
    color: var(--sds-text-grey-900, #020303);
    font-size: 14px;
}

#schema-properties_container #schema-properties_title {


    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;

}

#schema-properties_container .schema-properties_group-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F7F8FA;
    margin-top: 20px;
    padding: 6px 14px;
    gap: 8px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;

}

#schema-properties_container .schema-properties_group-content {
    margin-top: 20px;
}

#schema-properties_container .schema-properties_group-title {


    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

#schema-properties_container .schema-properties_group-title,
#schema-properties_container .schema-properties_group-title-icon {
    color: #5A6161;
}

#schema-properties_container .schema-properties_input {

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2D3232;

}

#schema-properties_container .schema-properties_edit-icon {
    max-width: 20px;
    max-height: 20px;
    cursor: pointer;
}

#schema-properties_container label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--sds-text-grey-900, #020303);
}

#schema-properties_container .schema-properties_input-container input:focus {

    box-sizing: border-box;
    padding: 6px 12px !important;
    gap: 8px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid var(--sds-text-grey-900, #020303);
    border-radius: 3px;

}

#schema-properties_container .schema-properties_input-container input:focus-visible {
    border: 1px solid var(--sds-text-grey-900, #020303) !important;
}

#schema-properties_container .schema-properties_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#schema-properties_container .schema-properties_text-area {
    width: 100%;
    margin-bottom: 15px;
}

#schema-properties_container hr {
    margin: 5px auto;
}


#schema-properties_container .schema-properties_ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

#schema-properties_container .schema-properties_view-more {
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #5B7F95;
}

#schema-properties_container .schema-properties_expanded {
    height: auto;
}

/* This class .schema-properties_expanded-text-area is when the _textArea function returns a textarea and not a div  */
#schema-properties_container .schema-properties_expanded-text-area {
    height: 400px;
}

#schema-properties_container .schema-properties_badges_container {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid var(--sds-grey);
    background: var(--sds-grey-000);
    display: flex;
    height: 32px;
    padding: 6px 12px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    outline: none;
    margin-bottom: 15px;
}

#schema-properties_container .schema-properties_badge {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 8px;
    gap: 6px;
    border-radius: 4px;
    height: 18px;
    flex: none;
    order: 2;
    width: max-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;

}

#schema-properties_container .schema-properties_businessTerms_header {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #52768C;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#schema-properties_container .schema-properties_sources_table-container {
    margin-bottom: 20px;
}

#schema-properties_container .schema-properties_sources_table {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #52768C;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}


#schema-properties_container .schema-properties_sources_connection {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #52768C;
}

#schema-properties_container .schema-properties_top-distinct_container {
    margin-bottom: 20px;
}

#schema-properties_container .schema-properties_top-distinct_container table td {
    padding: 0;
}


#schema-properties_container .schema-properties_top-distinct_container table thead {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    color: #52768C;
}

#schema-properties_container .schema-properties_top-distinct_container table tbody {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--sds-text-grey-900, #020303);
}

#schema-properties_container .schema-properties_top-distinct-table_container {
    padding: 5px;
    overflow-x: auto;
    width: 100%;
}

#schema-properties_container .schema-properties_quality_count {
    font-size: 12px;
    font-weight: 600;
}

.schema-properties-group-container {
    padding: 8px 20px 10px 12px;
    height: 100%;
    ;
}

.schema-properties_input-container {
    padding-bottom: 15px;
}

.schema-properties_footer-section {
    position: sticky;
    bottom: 0;
    z-index: 999;
    background-color: white;
    padding: 10px 18px 5px 18px;
    border-top: 1px solid #DEE4E4;
    min-height: 68px;
}

.schema-delete-table-btn {
    color: #eb5757;
    font-weight: 600;
}

.schema-delete-table-btn:hover {
    color: #eb5757;
}

.schema-properties_quality_percentage-progress {
    border-radius: 6px;
    border: 1px solid var(--sds-grey);
    background: var(--sds-grey-000);
    display: flex;
    padding: 6px 12px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    outline: none;
}

.data-properties-select-wrapper {
    padding-bottom: 15px;
}

#schema-properties_container .properties-container,
#schema-properties_container .properties-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#schema-properties_container .properties-container .name-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#schema-properties_container .properties-container .name-card .name-label {
    color: #020303;
    font-size: 14px;
    font-weight: 400;
}

#schema-properties_container .properties-container .name-card .name-val {
    color: #2D3232;
    font-size: 14px;
    font-weight: 500;
}



#schema-properties_container .properties-container #builder-card-overall-data-quality .chart-container,
#schema-properties_container .properties-container #builder-card-overall-data-quality-description .chart-container {
    height: 49px;
    width: 49px;
}

.builder-stats-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#schema-properties_container .properties-container {
    padding: 16px;
}

#schema-properties_container .properties-container #evolutionQuality .chart-container {
    width: 234px;
    height: 82px;
}

#schema-properties_container .properties-container .tag-container .sds-card-badge,
#schema-properties_container .properties-container .businessterm-container .sds-card-badge {
    padding: 3px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    min-height: 16px;
    max-width: 170px;
}

#schema-properties_container .properties-container .tag-container .tag-wrapper,
#schema-properties_container .properties-container .businessterm-container .businessterm-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}