#dashboardBody {
  background: #4d2e99;
}
.dx-dashboard-widget-container {
	 background: #4d2e99;
	 min-height: 825px;
	 max-height: 100vh;
}
#dx-dashboard-export {
	color: white;
}
#dx-dashboard-parameters {
	color: white;
}
.dx-layout-item-container {
	background: #4d2e99;
	box-shadow: none;
}
.dx-widget-viewer-container  {
	background: #310470 !important;
	border-radius: 25px !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif !important;
}

.dx-flex-card-layout {
	background: #310470 !important;
	border-radius: 25px !important;
	border: none !important;
	font-weight: bolder !important;
	
}
.dx-flex-card-layout-row-element {
	
	font-size: 28px !important;
	white-space: break-spaces !important;
	font-family: 'Montserrat', sans-serif !important;
}
.dx-header-row {
	font-weight: bold !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif !important;
	
}
.dx-data-row {
	font-weight: 32px !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif !important;
	
}
.dx-datagrid-table td {
	text-align: center !important;
}
.dx-datagrid-action {
	text-align: center !important;
}
.dx-item-content img {
	height: 65px !important;
	width: 110px !important;
}

