/* Datewise Analytics CSS START. */
.cp-ga-filter-wrap {
	padding: 0 0 15px;
	align-items: flex-end;
}

.cp-ga-style-filter {
	margin: 5px 25px;
	border-radius: 3px;
	box-shadow: 0 0px 3px 1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 20%);
	font-size: 15px;
	width: auto;
	padding: 9px 25px;
}

.cp-ga-credentials-container {
	margin-top: 27px;
	padding-top: 27px;
    border-top: 1px solid #ddd;
}

.cp-ga-client-id,
.cp-ga-client-secret {
	min-width: 375px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.cpro-reportrange {
	cursor: pointer;
}

#cpro-impressions-count {
	background-color: #236477;
	color: #fff;
}

#cpro-conversions-count {
    background-color: #74a94a;
    color: #fff;
}
/* Datewise Analytics CSS END. */