.customPanelGrid .ui-panelgrid-content {
    background-color: aqua;
/*
    align-items: center;
*/    
}

.ui-panelgrid .ui-panelgrid-header {
    background-color: red; 
    color: white; 
    border-bottom: 1px solid white !important;    
    font-size: 1.5em; 
    text-align: center;    
}

.ui-panelgrid .ui-panelgrid-footer {
    background-color: aqua; 
    text-align: right;    
}

.ui-panelgrid .p-grid .ui-panelgrid-cell, 
.ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell {
    border-bottom: 1px solid white !important;    
}

.disable-scroll .ui-dialog-content {
	overflow: hidden !important;
}
