/*
  Total Page Views
*/
#page-views-monthly {
	width: 100%;
	height: 385px;
}
#page-views-yearly {
	width: 100%;
	height: 385px;
}
.total-page-views {
	.t-page-views-header {
		padding: 20px;
		h6 {
			font-size: 16px;
			color: $color_76;
			font-weight: 600;
		}
		.nav.total-page-views-tab {
			.nav-link {
				padding: 6px 17px;
				font-size: 13px;
				border-radius: 30px;
			}
			.nav-link.active {
				background-color: $dark;
			}
			.show {
				>.nav-link {
					background-color: $dark;
				}
			}
		}
	}
	.t-page-views-body {
		padding: 20px;
		.tab-pane {
			span.rate {
				position: $pos-rel;
				font-weight: 600;
				font-size: 15px;
				padding-left: 2px;
				color: $primary;
			}
			.d-m-rate {
				background-color: $dark;
				height: 12px;
				width: 12px;
			}
		}
	}
}
