.menu-label-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.reportrange {
	background: #fff;
	cursor: pointer;
	padding: 9px 10px;
	border: 1px solid #ccc;
	width: 100%;
}

.new-grid {
	border: 3px solid var(--app_confirm);
}

.custom-icon {
	float: right;
	margin-top: -30px !important;
	position: relative;
	z-index: 3;
	color: var(--app_confirm);
	font-size: 130% !important;
	cursor: pointer;
}

.mr-1 {
	margin-right: 10px;
}
