/* Dokan theme overrides */

.dokan-dashboard-wrap,
.dokan-store-wrap {
	font-family: var(--ximcon-font-body);
}

.dokan-btn-theme,
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme {
	background: var(--ximcon-button) !important;
	border-color: var(--ximcon-button) !important;
	border-radius: var(--ximcon-radius) !important;
}

.dokan-store-sidebar {
	background: var(--ximcon-card);
	border-radius: var(--ximcon-radius);
	border: 1px solid var(--ximcon-border);
}

.ximcon-vendor-store .profile-frame {
	border-radius: var(--ximcon-radius);
	overflow: hidden;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
	background: var(--ximcon-primary);
}
