
/* Cor base */
.bg-warning {
  background-color: RGB(239, 194, 13) !important;
}
.text-warning {
  color: RGB(239, 194, 13) !important;  
}

.border-warning {
  border-color: RGB(239, 194, 13) !important;
}

/* Alert */
.alert-warning {  
  background-color: RGB(239, 194, 13, 0.3) !important;
  border-color: RGB(239, 194, 13, 0.3) !important;
}

/* Suporte à variável de opacidade */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: RGB(239, 194, 13, var(--bs-bg-opacity)) !important;
}