@media (min-width: 1441px) {
  .woocommerce-summary.has-6-items, .woocommerce-summary {
    grid-template-columns: repeat(3,3fr);
	 padding-left:10%;
  }
}
	
@media only screen and (min-width: 990px) and (max-width: 1441px){
  .woocommerce-summary.has-6-items, .woocommerce-summary {
    grid-template-columns: repeat(2,3fr);
	padding-left:10%;
  }
}
	
.dokan-dashboard .dokan-dashboard-content ul li.woocommerce-summary__item-container {
	width:80%;
	background-color:#121313;
	color:white !important;
	margin-bottom:5%;
	border:none !important;
} 
	
.dokan-dashboard .dokan-dashboard-content ul li.woocommerce-summary__item-container a, .dokan-dashboard-content .components-button.woocommerce-dropdown-button:not(:focus):not(.is-open) {
	background-color: #121313;
	border:none !important;
}
	
.css-1or6bjn, .css-1xio4ab, .css-1y1qek0 {
color:white !important;	
}
	
.css-1y1qek0, .css-1y1qek0 {
	background-color:black !important;
}
	
.dokan-dashboard-content .woocommerce-summary {
	background-color:black;
	border:none !important;
	box-shadow:none;
}
	
.dokan-dashboard-content .woocommerce-layout__header {
background-color:black;	
}
	
.components-button.woocommerce-dropdown-button.is-open {
	color:#623dbd;
}


.components-button.woocommerce-dropdown-button.is-open::after, button.woocommerce-dropdown-button:hover::after, .components-button.woocommerce-dropdown-button::after {
	background:#623dbd;
}

.dokan-dashboard-content .d3-base, .dokan-dashboard-content .css-1otwcjs, .dokan-dashboard-content .woocommerce-chart__footer {
	background-color:#121313;
	color:white;
}
	
.css-1229q8n {
	color:white !important;
}
	
.dokan-dashboard-content .css-1otwcjs {
	margin-bottom:5%;
}
	
.dokan-dashboard-content .woocommerce-chart {
	border:none !important;
	color:#623dbd !important;
}
	
.dokan-dashboard-content .woocommerce-chart__type-button.components-button.woocommerce-chart__type-button-selected, .dokan-dashboard-content button:not(.unset):not(.link).components-button.woocommerce-chart__type-button {
	color:#623dbd !important;
}
	
.dokan-dashboard #dokan-navigation ul.dokan-dashboard-menu .custom-sidebar-button:hover {
	background-color: transparent !important;
}

.dokan-dashboard #dokan-navigation ul.dokan-dashboard-menu .custom-sidebar-button a.button {
	line-height: 1.5rem;
    padding:4%;
}
.dokan-dashboard #dokan-navigation ul.dokan-dashboard-menu .custom-sidebar-button {
	padding: 0% 5%;
}

.dokan-layout .text-gray-900 {
	color:white;
}


@media screen and (max-width: 500px) {
	.css-1y1qek0 {
	top: 20px;
	}
.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns {
		margin-top:40px !important;
	}
	
	.dokan-dashboard-content .woocommerce-section-header {
		margin-left: 0px !important;
	}
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a.active-button {
 background-color: black !important;
  color: white !important;
  position: relative;
  top: 1px;
  border-style: inset !important;
  border-width: 2px;
  border-bottom-width: 0px;
 
}
									
@media (max-width: 820px) {
	.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a.active-button {
 background-color: #623dbd !important;		
}
}