.bg-utama {
  background-color: #0CC9F1 !important;
}
.text-utama {
  color: #0CC9F1 !important;
}
.link-utama {
  color: #0CC9F1 !important;
  text-decoration: none;
}

.btn-utama {
  color: #fff;
  background-color: #0CC9F1;
  border-color: #0AA6C7;
}
.btn-utama:hover {
  color: #fff;
  background-color: #0AA6C7;
  border-color: #0AA6C7;
}
.btn-check:focus + .btn-utama, .btn-utama:focus {
  color: #fff;
  background-color: #0AA6C7;
  border-color: #0AA6C7;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-utama, .btn-check:active + .btn-utama, .btn-utama:active, .btn-utama.active, .show > .btn-utama.dropdown-toggle {
  color: #fff;
  background-color: #0AA6C7;
  border-color: #0a53be;
}
.btn-check:checked + .btn-utama:focus, .btn-check:active + .btn-utama:focus, .btn-utama:active:focus, .btn-utama.active:focus, .show > .btn-utama.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-utama:disabled, .btn-utama.disabled {
  color: #fff;
  background-color: #0CC9F1;
  border-color: #0CC9F1;
}