@layer components {
    .activeTab {
      @apply bg-gradient-to-b from-[#ffedd8] to-[#ffcc8f] !text-black;
    }

    .textWarning {
        @apply text-[#d4ba83];
    }
  }