/* .input-style {
  @apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5;
} */

.text-blue-600, .text-blue-700, .border-blue-500{
  color: var(--color1) !important;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: var(--color1) !important;
}

.bg-blue-100 {
  background-color: rgba(146, 162, 7, 0.18) !important;
}