.ms-grid {
	// height: calc(100vh - 98px);
	background-color: #efefef;
	// margin: 0 2.5px;
}
.ms-content {
	border-top: solid 1px #dbdbdb;
	// height: calc(100vh - 98px);
	background-color: rgb(249, 250, 251);
}
.mode-hide {
	display: none;
}