.mol-tag {
    &.tag-applied {
        @apply text-black-500;
    }
    &.tag-accept {
        @apply text-green;
    }
    &.tag-reject {
        @apply text-red;
    }
}
