.accent-bg-mixin {
  color: #fff;
  background-color: #4d71da;
}
.accent-gradient .accent-bg-mixin {
  background: #4d71da;
  background: -webkit-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
  background: linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
}
.solid-bg-mixin {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-1 .solid-bg-mixin {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-2 .solid-bg-mixin {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-3 .solid-bg-mixin {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-4 .solid-bg-mixin {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .solid-bg-mixin {
  background-color: rgba(0,0,0,0.08);
}
.header-color {
  color: #333333;
}
.sidebar-content .header-color,
.stripe .sidebar-content.solid-bg .header-color {
  color: #333333;
}
.footer .header-color {
  color: #333333;
}
.stripe-style-1 .header-color {
  color: #333333;
}
.stripe-style-2 .header-color {
  color: #f9f9f9;
}
.stripe-style-3 .header-color {
  color: #2f363d;
}
.stripe-style-4 .header-color {
  color: #ffffff;
}
.stripe-style-5 .header-color {
  color: #333333;
}
.color-base-transparent {
  color: #999999;
}
.sidebar-content .color-base-transparent,
.stripe .sidebar-content .color-base-transparent {
  color: rgba(119,119,119,0.5);
}
.footer .color-base-transparent {
  color: rgba(119,119,119,0.5);
}
.stripe-style-1 .color-base-transparent {
  color: rgba(119,119,119,0.5);
}
.stripe-style-2 .color-base-transparent {
  color: rgba(249,249,249,0.5);
}
.stripe-style-3 .color-base-transparent {
  color: rgba(47,54,61,0.5);
}
.stripe-style-4 .color-base-transparent {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .color-base-transparent {
  color: rgba(51,51,51,0.5);
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px ;
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .outline-decoration {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-1.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #dd3333;
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-2.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.stripe-style-3.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-3.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.outline-element-decoration .stripe-style-4 .outline-decoration,
.outli