 .user_legend{
    font-weight: 400;
    font-size: 20px;
 }
 
 .common_header{
    color: cornflowerblue;
    font-weight: 600;
    font-family: system-ui;
    font-size: 30px;
 }
 
 .alert_pop_up_header{
 	font-weight: 550;
    font-size: 23px;
    font-family: sans-serif;
	}
	
 .alert_pop_up_warning{
	font-size: 21px;
    font-weight: 450;
}

.delete_grid_table{
	
    border: none;
    background: #fffbfb !impoprtant;
    text-align: center;
    color: red !importannt;
}
 }
 
 