:root {
  --body-font-size: 1.1rem;
}

.datagrid table th {font-size:1.2em;}
.datagrid table td {font-size:1.2em;}

.container-footer .grid-child {
  justify-content: center;
}


.inputbox{
	height: 50px !important;
}

#jform_filename{
	height: 50px !important;
}

.sortPagiBar{
	height: 50px !important;
}

.form-select{
	color: blue;
}
.ctModal_content{
	max-width:none;
	border-radius: 25px !important;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 25px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: red; 
	border-radius: 25px;
}