/* CSS FOR DOKAN DASHBOARD */
.dokan-dashboard-menu li.settings.has-submenu {
    display: none !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
    padding: 0px !important;
    background: unset !important;
	border: unset !important;
	box-shadow: unset !important;
	width: 100% !important;
}
.dashboard-widget {
    display: inline-block;
    float: left !important;
    width: 49% !important;
    padding: 20px !important;
    margin: 5px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:nth-of-type(3) {
    display: none !important;
}
/* .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
    width: 35% !important;
} */
/*.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
    width: 49% !important;
}*/
body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part #order-stats {
    width: 300px !important;
    height: 190px !important;
    vertical-align: top !important;
    float: left !important;
}
.dashboard-widget.products {
    height: 272px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
    width: 99% !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.dokan-dashboard  .chart.chart-legend-container td {
    border: unset !important;
    padding: 5px 20px 10px 0px !important;
}
.dokan-dashboard .sticky_header_content.fixed-header{
	display: none !important;
}
.dashboard-widget.dokan-announcement-widget {
    width: 100% !important;
    margin-top: 30px !important;
}
.dashboard-widget.sells-graph {
    display: none !important;
}
.couponann .dokan-notice-single-notice-area .entry-content p a {
	display: none;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date {
	    padding: 10px !important;
}
html .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul.list-inline li {
    width: 33% !important;
}