.status-green {
  background-color: #f1fff3;
  color: #46c057;
}

.status-blue {
  background-color: #d8f2ff;
  color: #195cc4;
}

.status-red {
  background-color: #fff2f2;
  color: #eb5757;
}

.btn-pagination {
  background: #cedd38;
  color: black !important;
}

.bg-gradient-green {
  background: rgb(206, 221, 56);
  background: linear-gradient(
    180deg,
    rgba(206, 221, 56, 1) 28%,
    rgba(134, 187, 34, 1) 100%
  );
}

.bg-green-lumut {
  background-color: #cedd38;
}

.text-green-lumut {
  color: #7a850d;
}

.nav-link.active {
  background-color: #cedd38 !important;
  color: #000 !important;
}

.bg-btn-login {
  background: rgb(173, 209, 0);
  background: linear-gradient(
    80deg,
    rgba(173, 209, 0, 1) 0%,
    rgba(123, 146, 10, 1) 100%
  );
}

.bg-btn-approve {
  background-color: #9bae21;
}

.select2-results__option--selected {
  display: none;
}

li a.nav-link.active {
  background-color: #46c057 !important;
  color: white !important;
  font-weight: 600;
}
