﻿body {
    
   

}

.e-custom .e-control.e-textbox {
    font-weight: bold;
    font-size: 16px;
}

.e-grid .e-rowcell.e-selectionbackground {
    background-color: #4285F4 !important;
    color: white !important;
    font-weight: bold !important;
}

.e-grid .e-rowcell {
    color: black !important;
    /*font-weight: bold !important;*/
    font-weight: 500;
    font-size :14px;
}

.e-grid .e-headercell {
    background-color: #1C2331;
   
}

.e-headercell {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
} 

