header{
	box-shadow: 0 2px 0px #f0f1f2;
	background: #f0f2f5 !important;
}


body > .ant-layout{
	background-color: white !important;
}

main > .site-layout-background{
	margin-top: 64px;
	height: calc(100% - 64px);
}

/* Admin dashboard */

ul.dashboard-app-list{
	list-style: none;
	padding: 0;
}


ul.dashboard-app-list li{
	display: inline-block;
	width: 90px;
	height: 95px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	line-height: 1;
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: 500;
}

.dashboard-app-list-app-item-icon {
	border-radius: 18px;
	width: 60px;
	height: 55px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}

.ant-row{
	flex-flow: row !important;
	gap: 10px;
}

.grip {

}

.rz-html-editor {
	border-bottom: none !important;
}

/* END */