.zion-ui-template-dashboard {
	background-color: #fff;
	color: #000;
	border-bottom: 0 solid #fafafa;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	.ant-menu-item,
	.ant-menu-submenu-title {
		margin: 0 none !important;
		padding: 0px 10px !important;
		height: 80px !important;
		text-align: center;
	}
	.ant-menu-submenu .ant-menu-submenu-arrow {
		top: 50px;
		right: 8px;
	}
	.ant-menu-item,
	.ant-menu-submenu {
		border-left: 4px solid #ffffff;
	}
	.top-menu-item-label {
		color: #333;
	}
  .ant-menu-item:hover,
	.ant-menu-submenu:hover{
    	svg {
			color: #1890ff !important;
		}
		.top-menu-item-label {
			color: #1890ff !important;
		}
  }
	.ant-menu-item-selected,
	.ant-menu-submenu-selected {
		border-left: 4px solid #1890ff;
		svg {
			color: #1890ff !important;
		}
		.top-menu-item-label {
			color: #1890ff !important;
		}
	}
	.ant-tabs-tab {
		height: 40px;
	}
}
