/*
Added this file on 16-DEC-2023 to override all teh styles
 */
 /*******
Added below by SHraddha on 16-DEC-2023
*/
.alert {
  color: blue;
}

.tabletextright{
	text-align: right;
	display: block;
}


 /*******
Added below by SHraddha on 17-FEB-2025, for right align and no grouping
*/
.tabletextrightZZ{
	text-align: right;
}


/****
Added below for rounding corner by Shraddha on 23-FEB-2026
*/
.fieldgroup-body{
  border-radius: 5px;
}

.header-row-2{
	border-radius: 5px;
}