.bg-indigo-600 {
    background-color: rgb(239 45 52 / var(--tw-bg-opacity)) !important;
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(239 45 52 / var(--tw-text-opacity)) !important ;
}

.text-gray-900 {
    --tw-text-opacity: 1;
    /*color: rgb(17 24 39 / var(--tw-text-opacity));*/
    color: rgb(82 67 75 / var(--tw-text-opacity)) !important;
  }
  .hidden {
    display: none;
  }