@media (max-width: 500px)
{
	.slim-header{
		height: 55px !important;
	}

	.slim-sticky-header .slim-navbar {
		top: 55px !important;
	}

	.slim-navbar {
    	padding: 0px 0 !important;
	}

	.slim-sticky-header .slim-mainpanel {
	    margin-top: 68px !important;
	}

	.ch_participants {
    	font-size: 15px !important;
	}

	.ch_participants_new {
    	font-size: 15px !important;
	}

	.wd-60 {
	    width: 20px !important;
	}

	h1, h2, h3, h4, h5, h6 {
    	font-size: 15px !important;
	}

	.chart_dark{
		height: 200px !important;
	}

	.card-header {
    	padding: 0.45rem 0.45rem !important;
	}

	.top-line-right {
		padding-top: 5px !important;
	}

	.ch_title {
		font-size: 15px !important;
	}

	.tx-20{
		font-size: 18px !important;
	}

	.btn-sm {
		font-size: 10px !important;
		line-height: 1.2 !important;
	}

	.add-top-mobile{
		padding-top: 20px !important;
	}

	.pd-t-90 {
	    padding-top: 45px !important;
	}

	.logged-user img{
		width: 35px !important;
    	height: 35px !important;
	}

	.analytics-stats-mobile-line {
		//border-bottom: 1px solid #91979c !important;
	    //padding-bottom: 5px !important;
	    //padding-top: 0px !important;
	}

	.btn-md {
		padding: 5px 10px !important;
    	font-size: 13px !important;
    	line-height: 1.5 !important;
    	margin-bottom: 4px !important;
	}

	.mobile-hide {
		display: none;
	}

	.rekl-stats-mobile {
		max-height: 400px !important;
	}

	.dataTables_scrollBody {
		max-height: 400px !important;
	}

	.wd-40 {
		width: 20px !important;
	}

	.pd-l-5-web{
		padding-left: 15px !important;
	}
	.pd-r-5-web{
		padding-right: 15px !important;
	}

	.mobile-left-pc-center {
		text-align: left !important;
	}

	.mob-web-pdp-table{
		width: 70px !important;
	}

	.dropdown-in-header{
		display: none;
	}

	.mobile-web-wd-70-90 {
		width: 70px !important;
	}

	.mobile-web-wd-50-70 {
		width: 50px !important;
	}
}


@media (min-width: 500px)
{
	.web-hide{
		display: none;
	}

	.slim-sticky-header .slim-mainpanel {
    	margin-top: 30px !important;
	}

	.mobile-left-pc-center{
		text-align: center !important;
	}

	.mob-web-pdp-table{
		width: 100px !important;
	}

	.mobile-web-wd-70-90 {
		width: 90px !important;
	}

	.mobile-web-wd-50-70 {
		width: 70px !important;
	}
}