.btn-primary {
  /*background-image: linear-gradient(104deg, #0072c9 6%, #002768 114%);
  border: solid 1px #0072c9;*/
  background-color: #4bcf99;
  border: solid 1px #4bcf99;
}
.btn-primary:hover {
  background-color: #45c38f;
  border: solid 1px #45c38f;
}
.btn-default {
  border: solid 2px #ffffff;
  background: #fff;
}

/* icon */
.icon-pending {
  fill: #45c38f;
}

/* navbar */
.navbar-light .navbar-nav .active>.nav-link {
  color: #3f7ccc;
}
.active .text-number {
  background-color: #3f7ccc;
}


/* alert */
.alert-success {
  background-color: #4bcf99;
  color: #ffffff;
}

/* form */
.sw-theme-arrows > ul.step-anchor > li.active > a {
  border-color: #1592e6 !important;
  color: #fff !important;
  background: #1592e6 !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
  border-left: 30px solid #1592e6 !important;
}
.sw-btn-next {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #4bcf99;
  color: #ffffff;
  border-color: #4bcf99;
}

/*cetak kartu*/
.A6 .header, .A6 .footer{
  background-color: #225754;
}