.tablabel {
    font-size: 16px; /* Enforce 16px font size */
}
.sortby-dropdown {
    font-size: 16px; /* Enforce 16px font size */
}
label.custom__label{
    font-size: 16px; /* Enforce 16px font size */
	color:#2C54CD;
}
.slds-truncate{
    font-size: 16px; /* Enforce 16px font size */
}
label.slds-form-element__label {
    font-size: 16px !important; /* Force the font size to 16px */
	color:#2C54CD;
}
span.slds-form-element__label {
    font-size: 16px !important; /* Force the font size to 16px */
	color:#000000;
	
}
a#description__item.slds-tabs_scoped__link {
    font-size: 16px !important; /* Force the font size to 16px */
}
a[id^="tab-"][id$="__item"].slds-tabs_scoped__link {
    font-size: 16px !important;
}
a#description__item.slds-tabs_default__link {
    font-size: 16px !important; /* Force the font size to 16px */
}
a[id^="tab-"][id$="__item"].slds-tabs_default__link {
    font-size: 16px !important;
}
/* Style for column headers in lightning-datatable */
.slds-table th .slds-truncate {
    font-size: 16px !important; /* Enforce 16px font size for headers */
}

/* Style for cell values in lightning-datatable */
.slds-table td .slds-truncate {
    font-size: 16px !important; /* Enforce 16px font size for cell values */
}

span[title="Download"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
/* Set margin and padding to 0 for the header div in slds-card */
.slds-card__header.slds-grid {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide labels with a for attribute starting with "combobox-button-" within a specific structure */
lightning-combobox.sortby-dropdown div > label.slds-form-element__label[for^="combobox-button-"] {
    display: none !important;
}
.version-dropdown-container > lightning-combobox > div > label.slds-form-element__label {
    display: none !important;
}
