.bg-gold-custom {
  background: rgba(248, 80, 50, 1);
  background: -moz-linear-gradient(
    top,
    rgba(248, 80, 50, 1) 0%,
    rgba(241, 111, 92, 1) 0%,
    rgba(246, 41, 12, 1) 51%,
    rgba(240, 47, 23, 1) 71%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(248, 80, 50, 1)),
    color-stop(0%, rgba(241, 111, 92, 1)),
    color-stop(51%, rgba(246, 41, 12, 1)),
    color-stop(71%, rgba(240, 47, 23, 1)),
    color-stop(100%, rgba(231, 56, 39, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 80, 50, 1) 0%,
    rgba(241, 111, 92, 1) 0%,
    rgba(246, 41, 12, 1) 51%,
    rgba(240, 47, 23, 1) 71%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(248, 80, 50, 1) 0%,
    rgba(241, 111, 92, 1) 0%,
    rgba(246, 41, 12, 1) 51%,
    rgba(240, 47, 23, 1) 71%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(248, 80, 50, 1) 0%,
    rgba(241, 111, 92, 1) 0%,
    rgba(246, 41, 12, 1) 51%,
    rgba(240, 47, 23, 1) 71%,
    rgba(231, 56, 39, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(248, 80, 50, 1) 0%,
    rgba(241, 111, 92, 1) 0%,
    rgba(246, 41, 12, 1) 51%,
    rgba(240, 47, 23, 1) 71%,
    rgba(231, 56, 39, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}

.bg-mas {
  background: rgba(169, 3, 41, 1);
  background: -moz-linear-gradient(
    top,
    rgba(169, 3, 41, 1) 0%,
    rgba(143, 2, 34, 1) 44%,
    rgba(109, 0, 25, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(169, 3, 41, 1)),
    color-stop(44%, rgba(143, 2, 34, 1)),
    color-stop(100%, rgba(109, 0, 25, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(169, 3, 41, 1) 0%,
    rgba(143, 2, 34, 1) 44%,
    rgba(109, 0, 25, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(169, 3, 41, 1) 0%,
    rgba(143, 2, 34, 1) 44%,
    rgba(109, 0, 25, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(169, 3, 41, 1) 0%,
    rgba(143, 2, 34, 1) 44%,
    rgba(109, 0, 25, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(169, 3, 41, 1) 0%,
    rgba(143, 2, 34, 1) 44%,
    rgba(109, 0, 25, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}

.icon-small {
  font-size: 1em; /* Atur ukuran sesuai kebutuhan */
  vertical-align: middle; /* Menjaga agar ikon sejajar dengan teks */
}

.bg-yellow {
  background-color: rgb(226, 192, 42);
}

.bg-hijau {
  background-color: rgb(35, 116, 28);
}

.bg-biru-muda {
  background-color: rgb(28, 84, 116);
}

h6.text-count {
  font-weight: 500;
  color: red;
  font-size: 1.2em;
}
