#scoreLineToDay .ct-series-a .ct-line {
  stroke: url(#scoreLineToDay-gradient);
  stroke-width: 5px; }

#scoreLineToWeek .ct-series-a .ct-line {
  stroke: url(#scoreLineToWeek-gradient);
  stroke-width: 5px; }

#scoreLineToMonth .ct-series-a .ct-line {
  stroke: url(#scoreLineToMonth-gradient);
  stroke-width: 5px; }

.ct-area-circle {
  fill: #28d094;
  stroke-width: 5;
  stroke: #fff; }

.scoreLineShadow {
  -webkit-filter: drop-shadow(0px 20px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 20px 6px rgba(0, 0, 0, 0.1)); }

.tab-margin {
  margin-left: -21px;
  margin-right: -21px; }

.nav {
  border-radius: 0px; }

.nav.nav-tabs .nav-item .nav-link.active {
  color: #2a9df8 !important; }

.nav.nav-tabs .nav-item .nav-link {
  color: #464855 !important; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#535be2), color-stop(#646be6), color-stop(#747be9), color-stop(#848aec), to(#949aef)) !important;
  background-image: -webkit-linear-gradient(left bottom, #535be2, #646be6, #747be9, #848aec, #949aef) !important;
  background-image: -moz-linear-gradient(left bottom, #535be2, #646be6, #747be9, #848aec, #949aef) !important;
  background-image: -o-linear-gradient(left bottom, #535be2, #646be6, #747be9, #848aec, #949aef) !important;
  background-image: linear-gradient(to right top, #535be2, #646be6, #747be9, #848aec, #949aef) !important;
  color: #fff !important; }

#ecommerceChartView .nav-link {
  color: #535be2; }

.fs-2 {
  font-size: 2rem; }
