.cbFormLabel {
    font-family: Nunito !important;
}

.cbResultSetData
{
    font-family: Nunito !important;
}

.cbResultSetLabelLink {
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
    font-family: Nunito !IMPORTANT;
}

th.cbResultSetLabel.cbResultSetHeaderCell {
    background-color: #390099 !important;
}
	
	th.cbResultSetLabel.cbResultSetHeaderCellNumberDate {
    background-color: #390099 !important;
}
	
.cbResultSetHeaderCheckBoxCell {
    background: #390099 !important;
}

table > thead + tbody > tr > td[class*="cbResultSetData"][class*="cbResultSetTableCell"] a {
    color: #390099 !important;
}
	
.cbSearchButton {
    background: #390099 !important;
}

.cbResultSetActionsLinks {
    color: #390099 !important;
}
.bts {

    bottom: 0.5rem;
    right: 0.5rem;
    background-color: #390099;
    color: white;
    border: none;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    position: sticky !important;
    top: 30%;
    margin-top: 20px;
}